Shades of Christalle #37155B
Tints of Christalle #37155B
RGB
CMYK
RGB Variations
Color information
#37155B (or 0x37155B) is known color: Christalle. HEX triplet: 37, 15 and 5B. RGB value is (55,21,91). Sum of RGB (Red+Green+Blue) = 55+21+91=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #37155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37155B is #C8EAA4. Grayscale: #262626. Windows color (decimal): -13167269 or 5969207. OLE color: 5969207.
HSL color Cylindrical-coordinate representation of color #37155B: hue angle of 269.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37155B is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 21 | 91 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.64 |
| HSL | 269.14º | 0.63% | 0.22% | - |
| HSV(B) | 269.14º | 0.77% | 0.36% | - |
| XYZ | 3.73 | 2.1 | 10.11 | - |
| YUV | 39.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 91 | 0.40 | 0.77 | 0 | 0.64 | 269.14 | 0.63 | 0.22 |
| Hex | 37 | 15 | 5B | 28 | 4D | 0 | 40 | 10D | 3E | 16 |
| Octal | 67 | 25 | 133 | 50 | 115 | 0 | 100 | 415 | 76 | 26 |
| Binary | 110111 | 10101 | 1011011 | 101000 | 1001101 | 0 | 1000000 | 100001101 | 111110 | 10110 |
Color Harmonies of #37155B
Complementary color
Monochromatic Colors of #37155B
Black with #37155B
Text Example
Text Example
White with #37155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37155B; }
p { color: rgb(55,21,91); }
H1.HeaderClassName
{
color: #37155B;
}
.AnyTagClassName
{
color: #37155B;
}
</style>
background-color css
<style>
a { background-color: #37155B; }
a { background-color: rgb(55,21,91); }
div.DivClassName
{
background-color: #37155B;
}
.BgClassName
{
background-color: #37155B;
}
</style>
border-color css
<style>
span { border-color: #37155B; }
span { border-color: rgb(55,21,91); }
td.TdClassName
{
border-color: #37155B;
}
.TagClassName
{
border-color: #37155B;
}
</style>