Shades of Christalle #37155A
Tints of Christalle #37155A
RGB
CMYK
RGB Variations
Color information
#37155A (or 0x37155A) is known color: Christalle. HEX triplet: 37, 15 and 5A. RGB value is (55,21,90). Sum of RGB (Red+Green+Blue) = 55+21+90=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #37155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37155A is #C8EAA5. Grayscale: #262626. Windows color (decimal): -13167270 or 5903671. OLE color: 5903671.
HSL color Cylindrical-coordinate representation of color #37155A: hue angle of 269.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37155A is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 21 | 90 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.65 |
| HSL | 269.57º | 0.62% | 0.22% | - |
| HSV(B) | 269.57º | 0.77% | 0.35% | - |
| XYZ | 3.69 | 2.09 | 9.88 | - |
| YUV | 39.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 90 | 0.39 | 0.77 | 0 | 0.65 | 269.57 | 0.62 | 0.22 |
| Hex | 37 | 15 | 5A | 27 | 4D | 0 | 41 | 10E | 3E | 16 |
| Octal | 67 | 25 | 132 | 47 | 115 | 0 | 101 | 416 | 76 | 26 |
| Binary | 110111 | 10101 | 1011010 | 100111 | 1001101 | 0 | 1000001 | 100001110 | 111110 | 10110 |
Color Harmonies of #37155A
Complementary color
Monochromatic Colors of #37155A
Black with #37155A
Text Example
Text Example
White with #37155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37155A; }
p { color: rgb(55,21,90); }
H1.HeaderClassName
{
color: #37155A;
}
.AnyTagClassName
{
color: #37155A;
}
</style>
background-color css
<style>
a { background-color: #37155A; }
a { background-color: rgb(55,21,90); }
div.DivClassName
{
background-color: #37155A;
}
.BgClassName
{
background-color: #37155A;
}
</style>
border-color css
<style>
span { border-color: #37155A; }
span { border-color: rgb(55,21,90); }
td.TdClassName
{
border-color: #37155A;
}
.TagClassName
{
border-color: #37155A;
}
</style>