Shades of Christalle #37045D
Tints of Christalle #37045D
RGB
CMYK
RGB Variations
Color information
#37045D (or 0x37045D) is known color: Christalle. HEX triplet: 37, 04 and 5D. RGB value is (55,4,93). Sum of RGB (Red+Green+Blue) = 55+4+93=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #37045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37045D is #C8FBA2. Grayscale: #1D1D1D. Windows color (decimal): -13171619 or 6095927. OLE color: 6095927.
HSL color Cylindrical-coordinate representation of color #37045D: hue angle of 274.38º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37045D is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 4 | 93 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.64 |
| HSL | 274.38º | 0.92% | 0.19% | - |
| HSV(B) | 274.38º | 0.96% | 0.36% | - |
| XYZ | 3.59 | 1.69 | 10.49 | - |
| YUV | 29.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 93 | 0.41 | 0.96 | 0 | 0.64 | 274.38 | 0.92 | 0.19 |
| Hex | 37 | 4 | 5D | 29 | 60 | 0 | 40 | 112 | 5C | 13 |
| Octal | 67 | 4 | 135 | 51 | 140 | 0 | 100 | 422 | 134 | 23 |
| Binary | 110111 | 100 | 1011101 | 101001 | 1100000 | 0 | 1000000 | 100010010 | 1011100 | 10011 |
Color Harmonies of #37045D
Complementary color
Monochromatic Colors of #37045D
Black with #37045D
Text Example
Text Example
White with #37045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37045D; }
p { color: rgb(55,4,93); }
H1.HeaderClassName
{
color: #37045D;
}
.AnyTagClassName
{
color: #37045D;
}
</style>
background-color css
<style>
a { background-color: #37045D; }
a { background-color: rgb(55,4,93); }
div.DivClassName
{
background-color: #37045D;
}
.BgClassName
{
background-color: #37045D;
}
</style>
border-color css
<style>
span { border-color: #37045D; }
span { border-color: rgb(55,4,93); }
td.TdClassName
{
border-color: #37045D;
}
.TagClassName
{
border-color: #37045D;
}
</style>