Shades of Christalle #371D53
Tints of Christalle #371D53
RGB
CMYK
RGB Variations
Color information
#371D53 (or 0x371D53) is known color: Christalle. HEX triplet: 37, 1D and 53. RGB value is (55,29,83). Sum of RGB (Red+Green+Blue) = 55+29+83=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #371D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D53 is #C8E2AC. Grayscale: #2A2A2A. Windows color (decimal): -13165229 or 5446967. OLE color: 5446967.
HSL color Cylindrical-coordinate representation of color #371D53: hue angle of 268.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371D53 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 29 | 83 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.67 |
| HSL | 268.89º | 0.48% | 0.22% | - |
| HSV(B) | 268.89º | 0.65% | 0.33% | - |
| XYZ | 3.58 | 2.32 | 8.44 | - |
| YUV | 42.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 83 | 0.34 | 0.65 | 0 | 0.67 | 268.89 | 0.48 | 0.22 |
| Hex | 37 | 1D | 53 | 22 | 41 | 0 | 43 | 10D | 30 | 16 |
| Octal | 67 | 35 | 123 | 42 | 101 | 0 | 103 | 415 | 60 | 26 |
| Binary | 110111 | 11101 | 1010011 | 100010 | 1000001 | 0 | 1000011 | 100001101 | 110000 | 10110 |
Color Harmonies of #371D53
Complementary color
Monochromatic Colors of #371D53
Black with #371D53
Text Example
Text Example
White with #371D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D53; }
p { color: rgb(55,29,83); }
H1.HeaderClassName
{
color: #371D53;
}
.AnyTagClassName
{
color: #371D53;
}
</style>
background-color css
<style>
a { background-color: #371D53; }
a { background-color: rgb(55,29,83); }
div.DivClassName
{
background-color: #371D53;
}
.BgClassName
{
background-color: #371D53;
}
</style>
border-color css
<style>
span { border-color: #371D53; }
span { border-color: rgb(55,29,83); }
td.TdClassName
{
border-color: #371D53;
}
.TagClassName
{
border-color: #371D53;
}
</style>