Shades of Christalle #37125E
Tints of Christalle #37125E
RGB
CMYK
RGB Variations
Color information
#37125E (or 0x37125E) is known color: Christalle. HEX triplet: 37, 12 and 5E. RGB value is (55,18,94). Sum of RGB (Red+Green+Blue) = 55+18+94=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #37125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37125E is #C8EDA1. Grayscale: #252525. Windows color (decimal): -13168034 or 6165047. OLE color: 6165047.
HSL color Cylindrical-coordinate representation of color #37125E: hue angle of 269.21º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37125E is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 18 | 94 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.63 |
| HSL | 269.21º | 0.68% | 0.22% | - |
| HSV(B) | 269.21º | 0.81% | 0.37% | - |
| XYZ | 3.81 | 2.05 | 10.79 | - |
| YUV | 37.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 94 | 0.41 | 0.81 | 0 | 0.63 | 269.21 | 0.68 | 0.22 |
| Hex | 37 | 12 | 5E | 29 | 51 | 0 | 3F | 10D | 44 | 16 |
| Octal | 67 | 22 | 136 | 51 | 121 | 0 | 77 | 415 | 104 | 26 |
| Binary | 110111 | 10010 | 1011110 | 101001 | 1010001 | 0 | 111111 | 100001101 | 1000100 | 10110 |
Color Harmonies of #37125E
Complementary color
Monochromatic Colors of #37125E
Black with #37125E
Text Example
Text Example
White with #37125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37125E; }
p { color: rgb(55,18,94); }
H1.HeaderClassName
{
color: #37125E;
}
.AnyTagClassName
{
color: #37125E;
}
</style>
background-color css
<style>
a { background-color: #37125E; }
a { background-color: rgb(55,18,94); }
div.DivClassName
{
background-color: #37125E;
}
.BgClassName
{
background-color: #37125E;
}
</style>
border-color css
<style>
span { border-color: #37125E; }
span { border-color: rgb(55,18,94); }
td.TdClassName
{
border-color: #37125E;
}
.TagClassName
{
border-color: #37125E;
}
</style>