Shades of Christalle #371F64
Tints of Christalle #371F64
RGB
CMYK
RGB Variations
Color information
#371F64 (or 0x371F64) is known color: Christalle. HEX triplet: 37, 1F and 64. RGB value is (55,31,100). Sum of RGB (Red+Green+Blue) = 55+31+100=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #371F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F64 is #C8E09B. Grayscale: #2D2D2D. Windows color (decimal): -13164700 or 6561591. OLE color: 6561591.
HSL color Cylindrical-coordinate representation of color #371F64: hue angle of 260.87º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371F64 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 31 | 100 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.61 |
| HSL | 260.87º | 0.53% | 0.26% | - |
| HSV(B) | 260.87º | 0.69% | 0.39% | - |
| XYZ | 4.37 | 2.71 | 12.35 | - |
| YUV | 46.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 100 | 0.45 | 0.69 | 0 | 0.61 | 260.87 | 0.53 | 0.26 |
| Hex | 37 | 1F | 64 | 2D | 45 | 0 | 3D | 105 | 35 | 1A |
| Octal | 67 | 37 | 144 | 55 | 105 | 0 | 75 | 405 | 65 | 32 |
| Binary | 110111 | 11111 | 1100100 | 101101 | 1000101 | 0 | 111101 | 100000101 | 110101 | 11010 |
Color Harmonies of #371F64
Complementary color
Monochromatic Colors of #371F64
Black with #371F64
Text Example
Text Example
White with #371F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F64; }
p { color: rgb(55,31,100); }
H1.HeaderClassName
{
color: #371F64;
}
.AnyTagClassName
{
color: #371F64;
}
</style>
background-color css
<style>
a { background-color: #371F64; }
a { background-color: rgb(55,31,100); }
div.DivClassName
{
background-color: #371F64;
}
.BgClassName
{
background-color: #371F64;
}
</style>
border-color css
<style>
span { border-color: #371F64; }
span { border-color: rgb(55,31,100); }
td.TdClassName
{
border-color: #371F64;
}
.TagClassName
{
border-color: #371F64;
}
</style>