Shades of Christalle #370B59
Tints of Christalle #370B59
RGB
CMYK
RGB Variations
Color information
#370B59 (or 0x370B59) is known color: Christalle. HEX triplet: 37, 0B and 59. RGB value is (55,11,89). Sum of RGB (Red+Green+Blue) = 55+11+89=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #370B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B59 is #C8F4A6. Grayscale: #202020. Windows color (decimal): -13169831 or 5835575. OLE color: 5835575.
HSL color Cylindrical-coordinate representation of color #370B59: hue angle of 273.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370B59 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 11 | 89 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.65 |
| HSL | 273.85º | 0.78% | 0.2% | - |
| HSV(B) | 273.85º | 0.88% | 0.35% | - |
| XYZ | 3.5 | 1.77 | 9.61 | - |
| YUV | 33.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 89 | 0.38 | 0.88 | 0 | 0.65 | 273.85 | 0.78 | 0.2 |
| Hex | 37 | B | 59 | 26 | 58 | 0 | 41 | 112 | 4E | 14 |
| Octal | 67 | 13 | 131 | 46 | 130 | 0 | 101 | 422 | 116 | 24 |
| Binary | 110111 | 1011 | 1011001 | 100110 | 1011000 | 0 | 1000001 | 100010010 | 1001110 | 10100 |
Color Harmonies of #370B59
Complementary color
Monochromatic Colors of #370B59
Black with #370B59
Text Example
Text Example
White with #370B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B59; }
p { color: rgb(55,11,89); }
H1.HeaderClassName
{
color: #370B59;
}
.AnyTagClassName
{
color: #370B59;
}
</style>
background-color css
<style>
a { background-color: #370B59; }
a { background-color: rgb(55,11,89); }
div.DivClassName
{
background-color: #370B59;
}
.BgClassName
{
background-color: #370B59;
}
</style>
border-color css
<style>
span { border-color: #370B59; }
span { border-color: rgb(55,11,89); }
td.TdClassName
{
border-color: #370B59;
}
.TagClassName
{
border-color: #370B59;
}
</style>