:
logo qtransform

  to  




#25215D color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #25215D
#25215D

   In a RGB color space, hex #25215D is composed of 15% red, 13% green and 36% blue.
RGB color code is composed of a hexadecimal 25 red (37/255), a 21 green (33/255) and a 5D blue component (93/255). The decimal RGB color code is rgb(37,33,93)
In CMYK color space, it is composed of 60% cyan, 65% magenta, 0% yellow and 64% black.
It has a hue angle of 244o degrees, a saturation of 48% and a lightness of 25%.
Closest websafe color is: #333366 rgb (51, 51, 102).
twitter  facebook  whatsapp


Color conversion




#25215D
rgb(37,33,93)
=15%
from 255
13%
from 255
36%
from 255
=60
from 100
65
from 100
0
from 100
64
from 100
R: 37
red
G: 33
green
B: 93
blue
C: 60
cyan
M: 65
magenta
Y: 0
yellow
K: 64
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #25215D has RGB values of R:37, G:33, B:93 and CMYK values of C:60, M:65, Y:0, K:64. Its decimal value is 2433373.Binary code is 1001010010000101011101
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex color25215D #25215D
RGB decimal37, 33, 93 rgb(37, 33, 93)
RGB %15, 13, 36 rgb(15%, 13%, 36%)
RGB Adobe41, 38, 92
CMYK %60, 65, 0, 64 60%, 65%, 0%, 64%
HSL244o, 48, 25 hsl(244o, 48%, 25%)
HSV (HSB)244o, 65%, 36% hsv(244o, 65%, 36%)
Web Safe color#333366 rgb (51, 51, 102)
XYZ3.283, 2.271 10.621
xyY0.2, 0.14, 2.27
Hunter-Lab15.07, 13.53, -33.29
CMY85%, 87%, 64%
Lab16.33, 17.17, -36.1
Binary color
25 21 5D
100101 100001 1011101

Shades and tints of #25215D


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #080713 is the darkest color, and: #D5D4E0 is the lightest one.

Tint color variation #25215D


Shade color variation


Tones of #25215D
A tone is produced by adding gray to any pure hue. In this case, #2E2B61 is the less saturated color, and #606074 is the most saturated one.


Alternatives to #25215D


Below, you can see some colors close to #25215D. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #25215D


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#25215D;">Text here</font>

<div style="background-color:#25215D;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#25215D;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#25215D;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #25215D
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #25215D;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #25215D;



Box border html code Text shadow with RGB values for color #25215D
box border html code for color #25215D

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #25215D;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(37, 33, 93, 1.4);



Pre-formatted code 25215D code for script / programming
HTML, CSS: = #25215D; rgb(37, 33, 93)
Java: = new Color(37, 33, 93)
.NET: = Color.FromArgb (37, 33, 93);
Xojo: = rgb (37, 33, 93, 0);
openGL: = glColor3f (0.15f, 0.13f, 0.36f);
Swift: = UIColor(red:0.15, green:0.13, blue:0.36, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.15 green:0.13 blue:0.36 alpha:1.00000];


Color schemes with #25215D


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 65% has a #25215D saturation. Adding 65% + 10% = 75% saturation for our new color #100D36. Decreasing 65% - 10% = 55% saturation for other monochromatic color #3F3B82.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #25215D has a 244o angle. Adding 244o + 180o = 64oo for our new complementary color #585C20.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #25215D has a 244o angle. Adding 244o + 180o+30o = 94o for our first complementary color #3A5C20. Decreasing 244o + 180o-30o = 34o for the second complementary color #5C4220.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.