Shades of Christalle #371D64
Tints of Christalle #371D64
RGB
CMYK
RGB Variations
Color information
#371D64 (or 0x371D64) is known color: Christalle. HEX triplet: 37, 1D and 64. RGB value is (55,29,100). Sum of RGB (Red+Green+Blue) = 55+29+100=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #371D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D64 is #C8E29B. Grayscale: #2C2C2C. Windows color (decimal): -13165212 or 6561079. OLE color: 6561079.
HSL color Cylindrical-coordinate representation of color #371D64: hue angle of 261.97º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371D64 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 29 | 100 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.61 |
| HSL | 261.97º | 0.55% | 0.25% | - |
| HSV(B) | 261.97º | 0.71% | 0.39% | - |
| XYZ | 4.32 | 2.61 | 12.33 | - |
| YUV | 44.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 100 | 0.45 | 0.71 | 0 | 0.61 | 261.97 | 0.55 | 0.25 |
| Hex | 37 | 1D | 64 | 2D | 47 | 0 | 3D | 106 | 37 | 19 |
| Octal | 67 | 35 | 144 | 55 | 107 | 0 | 75 | 406 | 67 | 31 |
| Binary | 110111 | 11101 | 1100100 | 101101 | 1000111 | 0 | 111101 | 100000110 | 110111 | 11001 |
Color Harmonies of #371D64
Complementary color
Monochromatic Colors of #371D64
Black with #371D64
Text Example
Text Example
White with #371D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D64; }
p { color: rgb(55,29,100); }
H1.HeaderClassName
{
color: #371D64;
}
.AnyTagClassName
{
color: #371D64;
}
</style>
background-color css
<style>
a { background-color: #371D64; }
a { background-color: rgb(55,29,100); }
div.DivClassName
{
background-color: #371D64;
}
.BgClassName
{
background-color: #371D64;
}
</style>
border-color css
<style>
span { border-color: #371D64; }
span { border-color: rgb(55,29,100); }
td.TdClassName
{
border-color: #371D64;
}
.TagClassName
{
border-color: #371D64;
}
</style>