Shades of Christalle #371963
Tints of Christalle #371963
RGB
CMYK
RGB Variations
Color information
#371963 (or 0x371963) is known color: Christalle. HEX triplet: 37, 19 and 63. RGB value is (55,25,99). Sum of RGB (Red+Green+Blue) = 55+25+99=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #371963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371963 is #C8E69C. Grayscale: #2A2A2A. Windows color (decimal): -13166237 or 6494519. OLE color: 6494519.
HSL color Cylindrical-coordinate representation of color #371963: hue angle of 264.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371963 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 25 | 99 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.61 |
| HSL | 264.32º | 0.6% | 0.24% | - |
| HSV(B) | 264.32º | 0.75% | 0.39% | - |
| XYZ | 4.18 | 2.41 | 12.05 | - |
| YUV | 42.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 99 | 0.44 | 0.75 | 0 | 0.61 | 264.32 | 0.6 | 0.24 |
| Hex | 37 | 19 | 63 | 2C | 4B | 0 | 3D | 108 | 3C | 18 |
| Octal | 67 | 31 | 143 | 54 | 113 | 0 | 75 | 410 | 74 | 30 |
| Binary | 110111 | 11001 | 1100011 | 101100 | 1001011 | 0 | 111101 | 100001000 | 111100 | 11000 |
Color Harmonies of #371963
Complementary color
Monochromatic Colors of #371963
Black with #371963
Text Example
Text Example
White with #371963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371963; }
p { color: rgb(55,25,99); }
H1.HeaderClassName
{
color: #371963;
}
.AnyTagClassName
{
color: #371963;
}
</style>
background-color css
<style>
a { background-color: #371963; }
a { background-color: rgb(55,25,99); }
div.DivClassName
{
background-color: #371963;
}
.BgClassName
{
background-color: #371963;
}
</style>
border-color css
<style>
span { border-color: #371963; }
span { border-color: rgb(55,25,99); }
td.TdClassName
{
border-color: #371963;
}
.TagClassName
{
border-color: #371963;
}
</style>