Shades of Christalle #371C5A
Tints of Christalle #371C5A
RGB
CMYK
RGB Variations
Color information
#371C5A (or 0x371C5A) is known color: Christalle. HEX triplet: 37, 1C and 5A. RGB value is (55,28,90). Sum of RGB (Red+Green+Blue) = 55+28+90=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #371C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C5A is #C8E3A5. Grayscale: #2A2A2A. Windows color (decimal): -13165478 or 5905463. OLE color: 5905463.
HSL color Cylindrical-coordinate representation of color #371C5A: hue angle of 266.13º 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 #371C5A is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 28 | 90 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.65 |
| HSL | 266.13º | 0.53% | 0.23% | - |
| HSV(B) | 266.13º | 0.69% | 0.35% | - |
| XYZ | 3.84 | 2.38 | 9.93 | - |
| YUV | 43.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 90 | 0.39 | 0.69 | 0 | 0.65 | 266.13 | 0.53 | 0.23 |
| Hex | 37 | 1C | 5A | 27 | 45 | 0 | 41 | 10A | 35 | 17 |
| Octal | 67 | 34 | 132 | 47 | 105 | 0 | 101 | 412 | 65 | 27 |
| Binary | 110111 | 11100 | 1011010 | 100111 | 1000101 | 0 | 1000001 | 100001010 | 110101 | 10111 |
Color Harmonies of #371C5A
Complementary color
Monochromatic Colors of #371C5A
Black with #371C5A
Text Example
Text Example
White with #371C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C5A; }
p { color: rgb(55,28,90); }
H1.HeaderClassName
{
color: #371C5A;
}
.AnyTagClassName
{
color: #371C5A;
}
</style>
background-color css
<style>
a { background-color: #371C5A; }
a { background-color: rgb(55,28,90); }
div.DivClassName
{
background-color: #371C5A;
}
.BgClassName
{
background-color: #371C5A;
}
</style>
border-color css
<style>
span { border-color: #371C5A; }
span { border-color: rgb(55,28,90); }
td.TdClassName
{
border-color: #371C5A;
}
.TagClassName
{
border-color: #371C5A;
}
</style>