Shades of Christalle #371C58
Tints of Christalle #371C58
RGB
CMYK
RGB Variations
Color information
#371C58 (or 0x371C58) is known color: Christalle. HEX triplet: 37, 1C and 58. RGB value is (55,28,88). Sum of RGB (Red+Green+Blue) = 55+28+88=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #371C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C58 is #C8E3A7. Grayscale: #2A2A2A. Windows color (decimal): -13165480 or 5774391. OLE color: 5774391.
HSL color Cylindrical-coordinate representation of color #371C58: hue angle of 267º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #371C58 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 28 | 88 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.65 |
| HSL | 267º | 0.52% | 0.23% | - |
| HSV(B) | 267º | 0.68% | 0.35% | - |
| XYZ | 3.75 | 2.35 | 9.49 | - |
| YUV | 42.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 88 | 0.38 | 0.68 | 0 | 0.65 | 267 | 0.52 | 0.23 |
| Hex | 37 | 1C | 58 | 26 | 44 | 0 | 41 | 10B | 34 | 17 |
| Octal | 67 | 34 | 130 | 46 | 104 | 0 | 101 | 413 | 64 | 27 |
| Binary | 110111 | 11100 | 1011000 | 100110 | 1000100 | 0 | 1000001 | 100001011 | 110100 | 10111 |
Color Harmonies of #371C58
Complementary color
Monochromatic Colors of #371C58
Black with #371C58
Text Example
Text Example
White with #371C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C58; }
p { color: rgb(55,28,88); }
H1.HeaderClassName
{
color: #371C58;
}
.AnyTagClassName
{
color: #371C58;
}
</style>
background-color css
<style>
a { background-color: #371C58; }
a { background-color: rgb(55,28,88); }
div.DivClassName
{
background-color: #371C58;
}
.BgClassName
{
background-color: #371C58;
}
</style>
border-color css
<style>
span { border-color: #371C58; }
span { border-color: rgb(55,28,88); }
td.TdClassName
{
border-color: #371C58;
}
.TagClassName
{
border-color: #371C58;
}
</style>