Shades of Christalle #37015E
Tints of Christalle #37015E
RGB
CMYK
RGB Variations
Color information
#37015E (or 0x37015E) is known color: Christalle. HEX triplet: 37, 01 and 5E. RGB value is (55,1,94). Sum of RGB (Red+Green+Blue) = 55+1+94=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #37015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37015E is #C8FEA1. Grayscale: #1B1B1B. Windows color (decimal): -13172386 or 6160695. OLE color: 6160695.
HSL color Cylindrical-coordinate representation of color #37015E: hue angle of 274.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37015E is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 1 | 94 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.63 |
| HSL | 274.84º | 0.98% | 0.19% | - |
| HSV(B) | 274.84º | 0.99% | 0.37% | - |
| XYZ | 3.61 | 1.64 | 10.72 | - |
| YUV | 27.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 94 | 0.41 | 0.99 | 0 | 0.63 | 274.84 | 0.98 | 0.19 |
| Hex | 37 | 1 | 5E | 29 | 63 | 0 | 3F | 113 | 62 | 13 |
| Octal | 67 | 1 | 136 | 51 | 143 | 0 | 77 | 423 | 142 | 23 |
| Binary | 110111 | 1 | 1011110 | 101001 | 1100011 | 0 | 111111 | 100010011 | 1100010 | 10011 |
Color Harmonies of #37015E
Complementary color
Monochromatic Colors of #37015E
Black with #37015E
Text Example
Text Example
White with #37015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37015E; }
p { color: rgb(55,1,94); }
H1.HeaderClassName
{
color: #37015E;
}
.AnyTagClassName
{
color: #37015E;
}
</style>
background-color css
<style>
a { background-color: #37015E; }
a { background-color: rgb(55,1,94); }
div.DivClassName
{
background-color: #37015E;
}
.BgClassName
{
background-color: #37015E;
}
</style>
border-color css
<style>
span { border-color: #37015E; }
span { border-color: rgb(55,1,94); }
td.TdClassName
{
border-color: #37015E;
}
.TagClassName
{
border-color: #37015E;
}
</style>