Shades of Christalle #25005A
Tints of Christalle #25005A
RGB
CMYK
RGB Variations
Color information
#25005A (or 0x25005A) is known color: Christalle. HEX triplet: 25, 00 and 5A. RGB value is (37,0,90). Sum of RGB (Red+Green+Blue) = 37+0+90=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #25005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25005A is #DAFFA5. Grayscale: #151515. Windows color (decimal): -14352294 or 5898277. OLE color: 5898277.
HSL color Cylindrical-coordinate representation of color #25005A: hue angle of 264.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25005A is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 0 | 90 | - |
| CMYK | 0.59 | 1 | 0 | 0.65 |
| HSL | 264.67º | 1% | 0.18% | - |
| HSV(B) | 264.67º | 1% | 0.35% | - |
| XYZ | 2.61 | 1.13 | 9.75 | - |
| YUV | 21.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 90 | 0.59 | 1 | 0 | 0.65 | 264.67 | 1 | 0.18 |
| Hex | 25 | 0 | 5A | 3B | 64 | 0 | 41 | 109 | 64 | 12 |
| Octal | 45 | 0 | 132 | 73 | 144 | 0 | 101 | 411 | 144 | 22 |
| Binary | 100101 | 0 | 1011010 | 111011 | 1100100 | 0 | 1000001 | 100001001 | 1100100 | 10010 |
Color Harmonies of #25005A
Complementary color
Monochromatic Colors of #25005A
Black with #25005A
Text Example
Text Example
White with #25005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25005A; }
p { color: rgb(37,0,90); }
H1.HeaderClassName
{
color: #25005A;
}
.AnyTagClassName
{
color: #25005A;
}
</style>
background-color css
<style>
a { background-color: #25005A; }
a { background-color: rgb(37,0,90); }
div.DivClassName
{
background-color: #25005A;
}
.BgClassName
{
background-color: #25005A;
}
</style>
border-color css
<style>
span { border-color: #25005A; }
span { border-color: rgb(37,0,90); }
td.TdClassName
{
border-color: #25005A;
}
.TagClassName
{
border-color: #25005A;
}
</style>