Shades of Christalle #25085C
Tints of Christalle #25085C
RGB
CMYK
RGB Variations
Color information
#25085C (or 0x25085C) is known color: Christalle. HEX triplet: 25, 08 and 5C. RGB value is (37,8,92). Sum of RGB (Red+Green+Blue) = 37+8+92=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #25085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25085C is #DAF7A3. Grayscale: #191919. Windows color (decimal): -14350244 or 6031397. OLE color: 6031397.
HSL color Cylindrical-coordinate representation of color #25085C: hue angle of 260.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25085C is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 8 | 92 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.64 |
| HSL | 260.71º | 0.84% | 0.2% | - |
| HSV(B) | 260.71º | 0.91% | 0.36% | - |
| XYZ | 2.78 | 1.34 | 10.24 | - |
| YUV | 26.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 92 | 0.60 | 0.91 | 0 | 0.64 | 260.71 | 0.84 | 0.2 |
| Hex | 25 | 8 | 5C | 3C | 5B | 0 | 40 | 105 | 54 | 14 |
| Octal | 45 | 10 | 134 | 74 | 133 | 0 | 100 | 405 | 124 | 24 |
| Binary | 100101 | 1000 | 1011100 | 111100 | 1011011 | 0 | 1000000 | 100000101 | 1010100 | 10100 |
Color Harmonies of #25085C
Complementary color
Monochromatic Colors of #25085C
Black with #25085C
Text Example
Text Example
White with #25085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25085C; }
p { color: rgb(37,8,92); }
H1.HeaderClassName
{
color: #25085C;
}
.AnyTagClassName
{
color: #25085C;
}
</style>
background-color css
<style>
a { background-color: #25085C; }
a { background-color: rgb(37,8,92); }
div.DivClassName
{
background-color: #25085C;
}
.BgClassName
{
background-color: #25085C;
}
</style>
border-color css
<style>
span { border-color: #25085C; }
span { border-color: rgb(37,8,92); }
td.TdClassName
{
border-color: #25085C;
}
.TagClassName
{
border-color: #25085C;
}
</style>