Shades of Christalle #371D56
Tints of Christalle #371D56
RGB
CMYK
RGB Variations
Color information
#371D56 (or 0x371D56) is known color: Christalle. HEX triplet: 37, 1D and 56. RGB value is (55,29,86). Sum of RGB (Red+Green+Blue) = 55+29+86=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #371D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D56 is #C8E2A9. Grayscale: #2B2B2B. Windows color (decimal): -13165226 or 5643575. OLE color: 5643575.
HSL color Cylindrical-coordinate representation of color #371D56: hue angle of 267.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #371D56 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 29 | 86 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.66 |
| HSL | 267.37º | 0.5% | 0.23% | - |
| HSV(B) | 267.37º | 0.66% | 0.34% | - |
| XYZ | 3.69 | 2.36 | 9.07 | - |
| YUV | 43.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 86 | 0.36 | 0.66 | 0 | 0.66 | 267.37 | 0.5 | 0.23 |
| Hex | 37 | 1D | 56 | 24 | 42 | 0 | 42 | 10B | 32 | 17 |
| Octal | 67 | 35 | 126 | 44 | 102 | 0 | 102 | 413 | 62 | 27 |
| Binary | 110111 | 11101 | 1010110 | 100100 | 1000010 | 0 | 1000010 | 100001011 | 110010 | 10111 |
Color Harmonies of #371D56
Complementary color
Monochromatic Colors of #371D56
Black with #371D56
Text Example
Text Example
White with #371D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D56; }
p { color: rgb(55,29,86); }
H1.HeaderClassName
{
color: #371D56;
}
.AnyTagClassName
{
color: #371D56;
}
</style>
background-color css
<style>
a { background-color: #371D56; }
a { background-color: rgb(55,29,86); }
div.DivClassName
{
background-color: #371D56;
}
.BgClassName
{
background-color: #371D56;
}
</style>
border-color css
<style>
span { border-color: #371D56; }
span { border-color: rgb(55,29,86); }
td.TdClassName
{
border-color: #371D56;
}
.TagClassName
{
border-color: #371D56;
}
</style>