Shades of Christalle #25035C
Tints of Christalle #25035C
RGB
CMYK
RGB Variations
Color information
#25035C (or 0x25035C) is known color: Christalle. HEX triplet: 25, 03 and 5C. RGB value is (37,3,92). Sum of RGB (Red+Green+Blue) = 37+3+92=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #25035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25035C is #DAFCA3. Grayscale: #161616. Windows color (decimal): -14351524 or 6030117. OLE color: 6030117.
HSL color Cylindrical-coordinate representation of color #25035C: hue angle of 262.92º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25035C is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 3 | 92 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.64 |
| HSL | 262.92º | 0.94% | 0.19% | - |
| HSV(B) | 262.92º | 0.97% | 0.36% | - |
| XYZ | 2.73 | 1.23 | 10.22 | - |
| YUV | 23.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 92 | 0.60 | 0.97 | 0 | 0.64 | 262.92 | 0.94 | 0.19 |
| Hex | 25 | 3 | 5C | 3C | 61 | 0 | 40 | 107 | 5E | 13 |
| Octal | 45 | 3 | 134 | 74 | 141 | 0 | 100 | 407 | 136 | 23 |
| Binary | 100101 | 11 | 1011100 | 111100 | 1100001 | 0 | 1000000 | 100000111 | 1011110 | 10011 |
Color Harmonies of #25035C
Complementary color
Monochromatic Colors of #25035C
Black with #25035C
Text Example
Text Example
White with #25035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25035C; }
p { color: rgb(37,3,92); }
H1.HeaderClassName
{
color: #25035C;
}
.AnyTagClassName
{
color: #25035C;
}
</style>
background-color css
<style>
a { background-color: #25035C; }
a { background-color: rgb(37,3,92); }
div.DivClassName
{
background-color: #25035C;
}
.BgClassName
{
background-color: #25035C;
}
</style>
border-color css
<style>
span { border-color: #25035C; }
span { border-color: rgb(37,3,92); }
td.TdClassName
{
border-color: #25035C;
}
.TagClassName
{
border-color: #25035C;
}
</style>