Shades of Christalle #37115F
Tints of Christalle #37115F
RGB
CMYK
RGB Variations
Color information
#37115F (or 0x37115F) is known color: Christalle. HEX triplet: 37, 11 and 5F. RGB value is (55,17,95). Sum of RGB (Red+Green+Blue) = 55+17+95=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #37115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37115F is #C8EEA0. Grayscale: #242424. Windows color (decimal): -13168289 or 6230327. OLE color: 6230327.
HSL color Cylindrical-coordinate representation of color #37115F: hue angle of 269.23º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37115F is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 17 | 95 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.63 |
| HSL | 269.23º | 0.7% | 0.22% | - |
| HSV(B) | 269.23º | 0.82% | 0.37% | - |
| XYZ | 3.84 | 2.04 | 11.02 | - |
| YUV | 37.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 95 | 0.42 | 0.82 | 0 | 0.63 | 269.23 | 0.7 | 0.22 |
| Hex | 37 | 11 | 5F | 2A | 52 | 0 | 3F | 10D | 46 | 16 |
| Octal | 67 | 21 | 137 | 52 | 122 | 0 | 77 | 415 | 106 | 26 |
| Binary | 110111 | 10001 | 1011111 | 101010 | 1010010 | 0 | 111111 | 100001101 | 1000110 | 10110 |
Color Harmonies of #37115F
Complementary color
Monochromatic Colors of #37115F
Black with #37115F
Text Example
Text Example
White with #37115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37115F; }
p { color: rgb(55,17,95); }
H1.HeaderClassName
{
color: #37115F;
}
.AnyTagClassName
{
color: #37115F;
}
</style>
background-color css
<style>
a { background-color: #37115F; }
a { background-color: rgb(55,17,95); }
div.DivClassName
{
background-color: #37115F;
}
.BgClassName
{
background-color: #37115F;
}
</style>
border-color css
<style>
span { border-color: #37115F; }
span { border-color: rgb(55,17,95); }
td.TdClassName
{
border-color: #37115F;
}
.TagClassName
{
border-color: #37115F;
}
</style>