Shades of Christalle #370F5C
Tints of Christalle #370F5C
RGB
CMYK
RGB Variations
Color information
#370F5C (or 0x370F5C) is known color: Christalle. HEX triplet: 37, 0F and 5C. RGB value is (55,15,92). Sum of RGB (Red+Green+Blue) = 55+15+92=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #370F5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F5C is #C8F0A3. Grayscale: #232323. Windows color (decimal): -13168804 or 6033207. OLE color: 6033207.
HSL color Cylindrical-coordinate representation of color #370F5C: hue angle of 271.17º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370F5C is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 15 | 92 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.64 |
| HSL | 271.17º | 0.72% | 0.21% | - |
| HSV(B) | 271.17º | 0.84% | 0.36% | - |
| XYZ | 3.68 | 1.93 | 10.3 | - |
| YUV | 35.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 92 | 0.40 | 0.84 | 0 | 0.64 | 271.17 | 0.72 | 0.21 |
| Hex | 37 | F | 5C | 28 | 54 | 0 | 40 | 10F | 48 | 15 |
| Octal | 67 | 17 | 134 | 50 | 124 | 0 | 100 | 417 | 110 | 25 |
| Binary | 110111 | 1111 | 1011100 | 101000 | 1010100 | 0 | 1000000 | 100001111 | 1001000 | 10101 |
Color Harmonies of #370F5C
Complementary color
Monochromatic Colors of #370F5C
Black with #370F5C
Text Example
Text Example
White with #370F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F5C; }
p { color: rgb(55,15,92); }
H1.HeaderClassName
{
color: #370F5C;
}
.AnyTagClassName
{
color: #370F5C;
}
</style>
background-color css
<style>
a { background-color: #370F5C; }
a { background-color: rgb(55,15,92); }
div.DivClassName
{
background-color: #370F5C;
}
.BgClassName
{
background-color: #370F5C;
}
</style>
border-color css
<style>
span { border-color: #370F5C; }
span { border-color: rgb(55,15,92); }
td.TdClassName
{
border-color: #370F5C;
}
.TagClassName
{
border-color: #370F5C;
}
</style>