Shades of Christalle #37045A
Tints of Christalle #37045A
RGB
CMYK
RGB Variations
Color information
#37045A (or 0x37045A) is known color: Christalle. HEX triplet: 37, 04 and 5A. RGB value is (55,4,90). Sum of RGB (Red+Green+Blue) = 55+4+90=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #37045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37045A is #C8FBA5. Grayscale: #1C1C1C. Windows color (decimal): -13171622 or 5899319. OLE color: 5899319.
HSL color Cylindrical-coordinate representation of color #37045A: hue angle of 275.58º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37045A is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 4 | 90 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.65 |
| HSL | 275.58º | 0.91% | 0.18% | - |
| HSV(B) | 275.58º | 0.96% | 0.35% | - |
| XYZ | 3.46 | 1.64 | 9.81 | - |
| YUV | 29.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 90 | 0.39 | 0.96 | 0 | 0.65 | 275.58 | 0.91 | 0.18 |
| Hex | 37 | 4 | 5A | 27 | 60 | 0 | 41 | 114 | 5B | 12 |
| Octal | 67 | 4 | 132 | 47 | 140 | 0 | 101 | 424 | 133 | 22 |
| Binary | 110111 | 100 | 1011010 | 100111 | 1100000 | 0 | 1000001 | 100010100 | 1011011 | 10010 |
Color Harmonies of #37045A
Complementary color
Monochromatic Colors of #37045A
Black with #37045A
Text Example
Text Example
White with #37045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37045A; }
p { color: rgb(55,4,90); }
H1.HeaderClassName
{
color: #37045A;
}
.AnyTagClassName
{
color: #37045A;
}
</style>
background-color css
<style>
a { background-color: #37045A; }
a { background-color: rgb(55,4,90); }
div.DivClassName
{
background-color: #37045A;
}
.BgClassName
{
background-color: #37045A;
}
</style>
border-color css
<style>
span { border-color: #37045A; }
span { border-color: rgb(55,4,90); }
td.TdClassName
{
border-color: #37045A;
}
.TagClassName
{
border-color: #37045A;
}
</style>