Shades of Christalle #37095F
Tints of Christalle #37095F
RGB
CMYK
RGB Variations
Color information
#37095F (or 0x37095F) is known color: Christalle. HEX triplet: 37, 09 and 5F. RGB value is (55,9,95). Sum of RGB (Red+Green+Blue) = 55+9+95=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #37095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37095F is #C8F6A0. Grayscale: #202020. Windows color (decimal): -13170337 or 6228279. OLE color: 6228279.
HSL color Cylindrical-coordinate representation of color #37095F: hue angle of 272.09º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37095F is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 9 | 95 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.63 |
| HSL | 272.09º | 0.83% | 0.2% | - |
| HSV(B) | 272.09º | 0.91% | 0.37% | - |
| XYZ | 3.74 | 1.83 | 10.98 | - |
| YUV | 32.56 | 163.24 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 95 | 0.42 | 0.91 | 0 | 0.63 | 272.09 | 0.83 | 0.2 |
| Hex | 37 | 9 | 5F | 2A | 5B | 0 | 3F | 110 | 53 | 14 |
| Octal | 67 | 11 | 137 | 52 | 133 | 0 | 77 | 420 | 123 | 24 |
| Binary | 110111 | 1001 | 1011111 | 101010 | 1011011 | 0 | 111111 | 100010000 | 1010011 | 10100 |
Color Harmonies of #37095F
Complementary color
Monochromatic Colors of #37095F
Black with #37095F
Text Example
Text Example
White with #37095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37095F; }
p { color: rgb(55,9,95); }
H1.HeaderClassName
{
color: #37095F;
}
.AnyTagClassName
{
color: #37095F;
}
</style>
background-color css
<style>
a { background-color: #37095F; }
a { background-color: rgb(55,9,95); }
div.DivClassName
{
background-color: #37095F;
}
.BgClassName
{
background-color: #37095F;
}
</style>
border-color css
<style>
span { border-color: #37095F; }
span { border-color: rgb(55,9,95); }
td.TdClassName
{
border-color: #37095F;
}
.TagClassName
{
border-color: #37095F;
}
</style>