Shades of Christalle #25015A
Tints of Christalle #25015A
RGB
CMYK
RGB Variations
Color information
#25015A (or 0x25015A) is known color: Christalle. HEX triplet: 25, 01 and 5A. RGB value is (37,1,90). Sum of RGB (Red+Green+Blue) = 37+1+90=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #25015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25015A is #DAFEA5. Grayscale: #151515. Windows color (decimal): -14352038 or 5898533. OLE color: 5898533.
HSL color Cylindrical-coordinate representation of color #25015A: hue angle of 264.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25015A is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 1 | 90 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.65 |
| HSL | 264.27º | 0.98% | 0.18% | - |
| HSV(B) | 264.27º | 0.99% | 0.35% | - |
| XYZ | 2.62 | 1.15 | 9.76 | - |
| YUV | 21.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 90 | 0.59 | 0.99 | 0 | 0.65 | 264.27 | 0.98 | 0.18 |
| Hex | 25 | 1 | 5A | 3B | 63 | 0 | 41 | 108 | 62 | 12 |
| Octal | 45 | 1 | 132 | 73 | 143 | 0 | 101 | 410 | 142 | 22 |
| Binary | 100101 | 1 | 1011010 | 111011 | 1100011 | 0 | 1000001 | 100001000 | 1100010 | 10010 |
Color Harmonies of #25015A
Complementary color
Monochromatic Colors of #25015A
Black with #25015A
Text Example
Text Example
White with #25015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25015A; }
p { color: rgb(37,1,90); }
H1.HeaderClassName
{
color: #25015A;
}
.AnyTagClassName
{
color: #25015A;
}
</style>
background-color css
<style>
a { background-color: #25015A; }
a { background-color: rgb(37,1,90); }
div.DivClassName
{
background-color: #25015A;
}
.BgClassName
{
background-color: #25015A;
}
</style>
border-color css
<style>
span { border-color: #25015A; }
span { border-color: rgb(37,1,90); }
td.TdClassName
{
border-color: #25015A;
}
.TagClassName
{
border-color: #25015A;
}
</style>