Shades of Christalle #37115C
Tints of Christalle #37115C
RGB
CMYK
RGB Variations
Color information
#37115C (or 0x37115C) is known color: Christalle. HEX triplet: 37, 11 and 5C. RGB value is (55,17,92). Sum of RGB (Red+Green+Blue) = 55+17+92=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #37115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37115C is #C8EEA3. Grayscale: #242424. Windows color (decimal): -13168292 or 6033719. OLE color: 6033719.
HSL color Cylindrical-coordinate representation of color #37115C: hue angle of 270.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37115C is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 17 | 92 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.64 |
| HSL | 270.4º | 0.69% | 0.21% | - |
| HSV(B) | 270.4º | 0.82% | 0.36% | - |
| XYZ | 3.71 | 1.99 | 10.31 | - |
| YUV | 36.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 92 | 0.40 | 0.82 | 0 | 0.64 | 270.4 | 0.69 | 0.21 |
| Hex | 37 | 11 | 5C | 28 | 52 | 0 | 40 | 10E | 45 | 15 |
| Octal | 67 | 21 | 134 | 50 | 122 | 0 | 100 | 416 | 105 | 25 |
| Binary | 110111 | 10001 | 1011100 | 101000 | 1010010 | 0 | 1000000 | 100001110 | 1000101 | 10101 |
Color Harmonies of #37115C
Complementary color
Monochromatic Colors of #37115C
Black with #37115C
Text Example
Text Example
White with #37115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37115C; }
p { color: rgb(55,17,92); }
H1.HeaderClassName
{
color: #37115C;
}
.AnyTagClassName
{
color: #37115C;
}
</style>
background-color css
<style>
a { background-color: #37115C; }
a { background-color: rgb(55,17,92); }
div.DivClassName
{
background-color: #37115C;
}
.BgClassName
{
background-color: #37115C;
}
</style>
border-color css
<style>
span { border-color: #37115C; }
span { border-color: rgb(55,17,92); }
td.TdClassName
{
border-color: #37115C;
}
.TagClassName
{
border-color: #37115C;
}
</style>