Shades of Christalle #371C53
Tints of Christalle #371C53
RGB
CMYK
RGB Variations
Color information
#371C53 (or 0x371C53) is known color: Christalle. HEX triplet: 37, 1C and 53. RGB value is (55,28,83). Sum of RGB (Red+Green+Blue) = 55+28+83=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #371C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C53 is #C8E3AC. Grayscale: #2A2A2A. Windows color (decimal): -13165485 or 5446711. OLE color: 5446711.
HSL color Cylindrical-coordinate representation of color #371C53: hue angle of 269.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #371C53 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 28 | 83 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.67 |
| HSL | 269.45º | 0.5% | 0.22% | - |
| HSV(B) | 269.45º | 0.66% | 0.33% | - |
| XYZ | 3.55 | 2.27 | 8.43 | - |
| YUV | 42.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 83 | 0.34 | 0.66 | 0 | 0.67 | 269.45 | 0.5 | 0.22 |
| Hex | 37 | 1C | 53 | 22 | 42 | 0 | 43 | 10D | 32 | 16 |
| Octal | 67 | 34 | 123 | 42 | 102 | 0 | 103 | 415 | 62 | 26 |
| Binary | 110111 | 11100 | 1010011 | 100010 | 1000010 | 0 | 1000011 | 100001101 | 110010 | 10110 |
Color Harmonies of #371C53
Complementary color
Monochromatic Colors of #371C53
Black with #371C53
Text Example
Text Example
White with #371C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C53; }
p { color: rgb(55,28,83); }
H1.HeaderClassName
{
color: #371C53;
}
.AnyTagClassName
{
color: #371C53;
}
</style>
background-color css
<style>
a { background-color: #371C53; }
a { background-color: rgb(55,28,83); }
div.DivClassName
{
background-color: #371C53;
}
.BgClassName
{
background-color: #371C53;
}
</style>
border-color css
<style>
span { border-color: #371C53; }
span { border-color: rgb(55,28,83); }
td.TdClassName
{
border-color: #371C53;
}
.TagClassName
{
border-color: #371C53;
}
</style>