Shades of Christalle #371C54
Tints of Christalle #371C54
RGB
CMYK
RGB Variations
Color information
#371C54 (or 0x371C54) is known color: Christalle. HEX triplet: 37, 1C and 54. RGB value is (55,28,84). Sum of RGB (Red+Green+Blue) = 55+28+84=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #371C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C54 is #C8E3AB. Grayscale: #2A2A2A. Windows color (decimal): -13165484 or 5512247. OLE color: 5512247.
HSL color Cylindrical-coordinate representation of color #371C54: hue angle of 268.93º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371C54 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 28 | 84 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.67 |
| HSL | 268.93º | 0.5% | 0.22% | - |
| HSV(B) | 268.93º | 0.67% | 0.33% | - |
| XYZ | 3.59 | 2.28 | 8.64 | - |
| YUV | 42.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 84 | 0.35 | 0.67 | 0 | 0.67 | 268.93 | 0.5 | 0.22 |
| Hex | 37 | 1C | 54 | 23 | 43 | 0 | 43 | 10D | 32 | 16 |
| Octal | 67 | 34 | 124 | 43 | 103 | 0 | 103 | 415 | 62 | 26 |
| Binary | 110111 | 11100 | 1010100 | 100011 | 1000011 | 0 | 1000011 | 100001101 | 110010 | 10110 |
Color Harmonies of #371C54
Complementary color
Monochromatic Colors of #371C54
Black with #371C54
Text Example
Text Example
White with #371C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C54; }
p { color: rgb(55,28,84); }
H1.HeaderClassName
{
color: #371C54;
}
.AnyTagClassName
{
color: #371C54;
}
</style>
background-color css
<style>
a { background-color: #371C54; }
a { background-color: rgb(55,28,84); }
div.DivClassName
{
background-color: #371C54;
}
.BgClassName
{
background-color: #371C54;
}
</style>
border-color css
<style>
span { border-color: #371C54; }
span { border-color: rgb(55,28,84); }
td.TdClassName
{
border-color: #371C54;
}
.TagClassName
{
border-color: #371C54;
}
</style>