Shades of Christalle #370B5D
Tints of Christalle #370B5D
RGB
CMYK
RGB Variations
Color information
#370B5D (or 0x370B5D) is known color: Christalle. HEX triplet: 37, 0B and 5D. RGB value is (55,11,93). Sum of RGB (Red+Green+Blue) = 55+11+93=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #370B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B5D is #C8F4A2. Grayscale: #212121. Windows color (decimal): -13169827 or 6097719. OLE color: 6097719.
HSL color Cylindrical-coordinate representation of color #370B5D: hue angle of 272.2º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370B5D is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 11 | 93 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.64 |
| HSL | 272.2º | 0.79% | 0.2% | - |
| HSV(B) | 272.2º | 0.88% | 0.36% | - |
| XYZ | 3.67 | 1.84 | 10.52 | - |
| YUV | 33.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 93 | 0.41 | 0.88 | 0 | 0.64 | 272.2 | 0.79 | 0.2 |
| Hex | 37 | B | 5D | 29 | 58 | 0 | 40 | 110 | 4F | 14 |
| Octal | 67 | 13 | 135 | 51 | 130 | 0 | 100 | 420 | 117 | 24 |
| Binary | 110111 | 1011 | 1011101 | 101001 | 1011000 | 0 | 1000000 | 100010000 | 1001111 | 10100 |
Color Harmonies of #370B5D
Complementary color
Monochromatic Colors of #370B5D
Black with #370B5D
Text Example
Text Example
White with #370B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B5D; }
p { color: rgb(55,11,93); }
H1.HeaderClassName
{
color: #370B5D;
}
.AnyTagClassName
{
color: #370B5D;
}
</style>
background-color css
<style>
a { background-color: #370B5D; }
a { background-color: rgb(55,11,93); }
div.DivClassName
{
background-color: #370B5D;
}
.BgClassName
{
background-color: #370B5D;
}
</style>
border-color css
<style>
span { border-color: #370B5D; }
span { border-color: rgb(55,11,93); }
td.TdClassName
{
border-color: #370B5D;
}
.TagClassName
{
border-color: #370B5D;
}
</style>