Shades of Christalle #371B58
Tints of Christalle #371B58
RGB
CMYK
RGB Variations
Color information
#371B58 (or 0x371B58) is known color: Christalle. HEX triplet: 37, 1B and 58. RGB value is (55,27,88). Sum of RGB (Red+Green+Blue) = 55+27+88=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #371B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B58 is #C8E4A7. Grayscale: #2A2A2A. Windows color (decimal): -13165736 or 5774135. OLE color: 5774135.
HSL color Cylindrical-coordinate representation of color #371B58: hue angle of 267.54º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371B58 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 27 | 88 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.65 |
| HSL | 267.54º | 0.53% | 0.23% | - |
| HSV(B) | 267.54º | 0.69% | 0.35% | - |
| XYZ | 3.73 | 2.3 | 9.48 | - |
| YUV | 42.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 88 | 0.38 | 0.69 | 0 | 0.65 | 267.54 | 0.53 | 0.23 |
| Hex | 37 | 1B | 58 | 26 | 45 | 0 | 41 | 10C | 35 | 17 |
| Octal | 67 | 33 | 130 | 46 | 105 | 0 | 101 | 414 | 65 | 27 |
| Binary | 110111 | 11011 | 1011000 | 100110 | 1000101 | 0 | 1000001 | 100001100 | 110101 | 10111 |
Color Harmonies of #371B58
Complementary color
Monochromatic Colors of #371B58
Black with #371B58
Text Example
Text Example
White with #371B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B58; }
p { color: rgb(55,27,88); }
H1.HeaderClassName
{
color: #371B58;
}
.AnyTagClassName
{
color: #371B58;
}
</style>
background-color css
<style>
a { background-color: #371B58; }
a { background-color: rgb(55,27,88); }
div.DivClassName
{
background-color: #371B58;
}
.BgClassName
{
background-color: #371B58;
}
</style>
border-color css
<style>
span { border-color: #371B58; }
span { border-color: rgb(55,27,88); }
td.TdClassName
{
border-color: #371B58;
}
.TagClassName
{
border-color: #371B58;
}
</style>