Shades of Christalle #37065F
Tints of Christalle #37065F
RGB
CMYK
RGB Variations
Color information
#37065F (or 0x37065F) is known color: Christalle. HEX triplet: 37, 06 and 5F. RGB value is (55,6,95). Sum of RGB (Red+Green+Blue) = 55+6+95=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #37065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37065F is #C8F9A0. Grayscale: #1E1E1E. Windows color (decimal): -13171105 or 6227511. OLE color: 6227511.
HSL color Cylindrical-coordinate representation of color #37065F: hue angle of 273.03º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37065F is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 6 | 95 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.63 |
| HSL | 273.03º | 0.88% | 0.2% | - |
| HSV(B) | 273.03º | 0.94% | 0.37% | - |
| XYZ | 3.71 | 1.77 | 10.97 | - |
| YUV | 30.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 95 | 0.42 | 0.94 | 0 | 0.63 | 273.03 | 0.88 | 0.2 |
| Hex | 37 | 6 | 5F | 2A | 5E | 0 | 3F | 111 | 58 | 14 |
| Octal | 67 | 6 | 137 | 52 | 136 | 0 | 77 | 421 | 130 | 24 |
| Binary | 110111 | 110 | 1011111 | 101010 | 1011110 | 0 | 111111 | 100010001 | 1011000 | 10100 |
Color Harmonies of #37065F
Complementary color
Monochromatic Colors of #37065F
Black with #37065F
Text Example
Text Example
White with #37065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37065F; }
p { color: rgb(55,6,95); }
H1.HeaderClassName
{
color: #37065F;
}
.AnyTagClassName
{
color: #37065F;
}
</style>
background-color css
<style>
a { background-color: #37065F; }
a { background-color: rgb(55,6,95); }
div.DivClassName
{
background-color: #37065F;
}
.BgClassName
{
background-color: #37065F;
}
</style>
border-color css
<style>
span { border-color: #37065F; }
span { border-color: rgb(55,6,95); }
td.TdClassName
{
border-color: #37065F;
}
.TagClassName
{
border-color: #37065F;
}
</style>