Shades of Christalle #371D6D
Tints of Christalle #371D6D
RGB
CMYK
RGB Variations
Color information
#371D6D (or 0x371D6D) is known color: Christalle. HEX triplet: 37, 1D and 6D. RGB value is (55,29,109). Sum of RGB (Red+Green+Blue) = 55+29+109=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #371D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D6D is #C8E292. Grayscale: #2D2D2D. Windows color (decimal): -13165203 or 7150903. OLE color: 7150903.
HSL color Cylindrical-coordinate representation of color #371D6D: hue angle of 259.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #371D6D is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 29 | 109 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.57 |
| HSL | 259.5º | 0.58% | 0.27% | - |
| HSV(B) | 259.5º | 0.73% | 0.43% | - |
| XYZ | 4.78 | 2.8 | 14.76 | - |
| YUV | 45.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 109 | 0.50 | 0.73 | 0 | 0.57 | 259.5 | 0.58 | 0.27 |
| Hex | 37 | 1D | 6D | 32 | 49 | 0 | 39 | 104 | 3A | 1B |
| Octal | 67 | 35 | 155 | 62 | 111 | 0 | 71 | 404 | 72 | 33 |
| Binary | 110111 | 11101 | 1101101 | 110010 | 1001001 | 0 | 111001 | 100000100 | 111010 | 11011 |
Color Harmonies of #371D6D
Complementary color
Monochromatic Colors of #371D6D
Black with #371D6D
Text Example
Text Example
White with #371D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D6D; }
p { color: rgb(55,29,109); }
H1.HeaderClassName
{
color: #371D6D;
}
.AnyTagClassName
{
color: #371D6D;
}
</style>
background-color css
<style>
a { background-color: #371D6D; }
a { background-color: rgb(55,29,109); }
div.DivClassName
{
background-color: #371D6D;
}
.BgClassName
{
background-color: #371D6D;
}
</style>
border-color css
<style>
span { border-color: #371D6D; }
span { border-color: rgb(55,29,109); }
td.TdClassName
{
border-color: #371D6D;
}
.TagClassName
{
border-color: #371D6D;
}
</style>