Shades of Christalle #371E5D
Tints of Christalle #371E5D
RGB
CMYK
RGB Variations
Color information
#371E5D (or 0x371E5D) is known color: Christalle. HEX triplet: 37, 1E and 5D. RGB value is (55,30,93). Sum of RGB (Red+Green+Blue) = 55+30+93=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #371E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E5D is #C8E1A2. Grayscale: #2C2C2C. Windows color (decimal): -13164963 or 6102583. OLE color: 6102583.
HSL color Cylindrical-coordinate representation of color #371E5D: hue angle of 263.81º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #371E5D is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 30 | 93 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.64 |
| HSL | 263.81º | 0.51% | 0.24% | - |
| HSV(B) | 263.81º | 0.68% | 0.36% | - |
| XYZ | 4.02 | 2.53 | 10.63 | - |
| YUV | 44.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 93 | 0.41 | 0.68 | 0 | 0.64 | 263.81 | 0.51 | 0.24 |
| Hex | 37 | 1E | 5D | 29 | 44 | 0 | 40 | 108 | 33 | 18 |
| Octal | 67 | 36 | 135 | 51 | 104 | 0 | 100 | 410 | 63 | 30 |
| Binary | 110111 | 11110 | 1011101 | 101001 | 1000100 | 0 | 1000000 | 100001000 | 110011 | 11000 |
Color Harmonies of #371E5D
Complementary color
Monochromatic Colors of #371E5D
Black with #371E5D
Text Example
Text Example
White with #371E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E5D; }
p { color: rgb(55,30,93); }
H1.HeaderClassName
{
color: #371E5D;
}
.AnyTagClassName
{
color: #371E5D;
}
</style>
background-color css
<style>
a { background-color: #371E5D; }
a { background-color: rgb(55,30,93); }
div.DivClassName
{
background-color: #371E5D;
}
.BgClassName
{
background-color: #371E5D;
}
</style>
border-color css
<style>
span { border-color: #371E5D; }
span { border-color: rgb(55,30,93); }
td.TdClassName
{
border-color: #371E5D;
}
.TagClassName
{
border-color: #371E5D;
}
</style>