Shades of Christalle #37125D
Tints of Christalle #37125D
RGB
CMYK
RGB Variations
Color information
#37125D (or 0x37125D) is known color: Christalle. HEX triplet: 37, 12 and 5D. RGB value is (55,18,93). Sum of RGB (Red+Green+Blue) = 55+18+93=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #37125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37125D is #C8EDA2. Grayscale: #252525. Windows color (decimal): -13168035 or 6099511. OLE color: 6099511.
HSL color Cylindrical-coordinate representation of color #37125D: hue angle of 269.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37125D is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 18 | 93 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.64 |
| HSL | 269.6º | 0.68% | 0.22% | - |
| HSV(B) | 269.6º | 0.81% | 0.36% | - |
| XYZ | 3.77 | 2.04 | 10.55 | - |
| YUV | 37.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 93 | 0.41 | 0.81 | 0 | 0.64 | 269.6 | 0.68 | 0.22 |
| Hex | 37 | 12 | 5D | 29 | 51 | 0 | 40 | 10E | 44 | 16 |
| Octal | 67 | 22 | 135 | 51 | 121 | 0 | 100 | 416 | 104 | 26 |
| Binary | 110111 | 10010 | 1011101 | 101001 | 1010001 | 0 | 1000000 | 100001110 | 1000100 | 10110 |
Color Harmonies of #37125D
Complementary color
Monochromatic Colors of #37125D
Black with #37125D
Text Example
Text Example
White with #37125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37125D; }
p { color: rgb(55,18,93); }
H1.HeaderClassName
{
color: #37125D;
}
.AnyTagClassName
{
color: #37125D;
}
</style>
background-color css
<style>
a { background-color: #37125D; }
a { background-color: rgb(55,18,93); }
div.DivClassName
{
background-color: #37125D;
}
.BgClassName
{
background-color: #37125D;
}
</style>
border-color css
<style>
span { border-color: #37125D; }
span { border-color: rgb(55,18,93); }
td.TdClassName
{
border-color: #37125D;
}
.TagClassName
{
border-color: #37125D;
}
</style>