Shades of Christalle #37005C
Tints of Christalle #37005C
RGB
CMYK
RGB Variations
Color information
#37005C (or 0x37005C) is known color: Christalle. HEX triplet: 37, 00 and 5C. RGB value is (55,0,92). Sum of RGB (Red+Green+Blue) = 55+0+92=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #37005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37005C is #C8FFA3. Grayscale: #1A1A1A. Windows color (decimal): -13172644 or 6029367. OLE color: 6029367.
HSL color Cylindrical-coordinate representation of color #37005C: hue angle of 275.87º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37005C is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 0 | 92 | - |
| CMYK | 0.40 | 1 | 0 | 0.64 |
| HSL | 275.87º | 1% | 0.18% | - |
| HSV(B) | 275.87º | 1% | 0.36% | - |
| XYZ | 3.51 | 1.58 | 10.25 | - |
| YUV | 26.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 92 | 0.40 | 1 | 0 | 0.64 | 275.87 | 1 | 0.18 |
| Hex | 37 | 0 | 5C | 28 | 64 | 0 | 40 | 114 | 64 | 12 |
| Octal | 67 | 0 | 134 | 50 | 144 | 0 | 100 | 424 | 144 | 22 |
| Binary | 110111 | 0 | 1011100 | 101000 | 1100100 | 0 | 1000000 | 100010100 | 1100100 | 10010 |
Color Harmonies of #37005C
Complementary color
Monochromatic Colors of #37005C
Black with #37005C
Text Example
Text Example
White with #37005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37005C; }
p { color: rgb(55,0,92); }
H1.HeaderClassName
{
color: #37005C;
}
.AnyTagClassName
{
color: #37005C;
}
</style>
background-color css
<style>
a { background-color: #37005C; }
a { background-color: rgb(55,0,92); }
div.DivClassName
{
background-color: #37005C;
}
.BgClassName
{
background-color: #37005C;
}
</style>
border-color css
<style>
span { border-color: #37005C; }
span { border-color: rgb(55,0,92); }
td.TdClassName
{
border-color: #37005C;
}
.TagClassName
{
border-color: #37005C;
}
</style>