Shades of Christalle #37125F
Tints of Christalle #37125F
RGB
CMYK
RGB Variations
Color information
#37125F (or 0x37125F) is known color: Christalle. HEX triplet: 37, 12 and 5F. RGB value is (55,18,95). Sum of RGB (Red+Green+Blue) = 55+18+95=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #37125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37125F is #C8EDA0. Grayscale: #252525. Windows color (decimal): -13168033 or 6230583. OLE color: 6230583.
HSL color Cylindrical-coordinate representation of color #37125F: hue angle of 268.83º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37125F is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 18 | 95 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.63 |
| HSL | 268.83º | 0.68% | 0.22% | - |
| HSV(B) | 268.83º | 0.81% | 0.37% | - |
| XYZ | 3.86 | 2.07 | 11.02 | - |
| YUV | 37.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 95 | 0.42 | 0.81 | 0 | 0.63 | 268.83 | 0.68 | 0.22 |
| Hex | 37 | 12 | 5F | 2A | 51 | 0 | 3F | 10D | 44 | 16 |
| Octal | 67 | 22 | 137 | 52 | 121 | 0 | 77 | 415 | 104 | 26 |
| Binary | 110111 | 10010 | 1011111 | 101010 | 1010001 | 0 | 111111 | 100001101 | 1000100 | 10110 |
Color Harmonies of #37125F
Complementary color
Monochromatic Colors of #37125F
Black with #37125F
Text Example
Text Example
White with #37125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37125F; }
p { color: rgb(55,18,95); }
H1.HeaderClassName
{
color: #37125F;
}
.AnyTagClassName
{
color: #37125F;
}
</style>
background-color css
<style>
a { background-color: #37125F; }
a { background-color: rgb(55,18,95); }
div.DivClassName
{
background-color: #37125F;
}
.BgClassName
{
background-color: #37125F;
}
</style>
border-color css
<style>
span { border-color: #37125F; }
span { border-color: rgb(55,18,95); }
td.TdClassName
{
border-color: #37125F;
}
.TagClassName
{
border-color: #37125F;
}
</style>