Shades of Christalle #370D5A
Tints of Christalle #370D5A
RGB
CMYK
RGB Variations
Color information
#370D5A (or 0x370D5A) is known color: Christalle. HEX triplet: 37, 0D and 5A. RGB value is (55,13,90). Sum of RGB (Red+Green+Blue) = 55+13+90=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #370D5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D5A is #C8F2A5. Grayscale: #222222. Windows color (decimal): -13169318 or 5901623. OLE color: 5901623.
HSL color Cylindrical-coordinate representation of color #370D5A: hue angle of 272.73º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370D5A is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 13 | 90 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.65 |
| HSL | 272.73º | 0.75% | 0.2% | - |
| HSV(B) | 272.73º | 0.86% | 0.35% | - |
| XYZ | 3.56 | 1.84 | 9.84 | - |
| YUV | 34.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 90 | 0.39 | 0.86 | 0 | 0.65 | 272.73 | 0.75 | 0.2 |
| Hex | 37 | D | 5A | 27 | 56 | 0 | 41 | 111 | 4B | 14 |
| Octal | 67 | 15 | 132 | 47 | 126 | 0 | 101 | 421 | 113 | 24 |
| Binary | 110111 | 1101 | 1011010 | 100111 | 1010110 | 0 | 1000001 | 100010001 | 1001011 | 10100 |
Color Harmonies of #370D5A
Complementary color
Monochromatic Colors of #370D5A
Black with #370D5A
Text Example
Text Example
White with #370D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D5A; }
p { color: rgb(55,13,90); }
H1.HeaderClassName
{
color: #370D5A;
}
.AnyTagClassName
{
color: #370D5A;
}
</style>
background-color css
<style>
a { background-color: #370D5A; }
a { background-color: rgb(55,13,90); }
div.DivClassName
{
background-color: #370D5A;
}
.BgClassName
{
background-color: #370D5A;
}
</style>
border-color css
<style>
span { border-color: #370D5A; }
span { border-color: rgb(55,13,90); }
td.TdClassName
{
border-color: #370D5A;
}
.TagClassName
{
border-color: #370D5A;
}
</style>