Shades of Christalle #371C62
Tints of Christalle #371C62
RGB
CMYK
RGB Variations
Color information
#371C62 (or 0x371C62) is known color: Christalle. HEX triplet: 37, 1C and 62. RGB value is (55,28,98). Sum of RGB (Red+Green+Blue) = 55+28+98=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #371C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C62 is #C8E39D. Grayscale: #2B2B2B. Windows color (decimal): -13165470 or 6429751. OLE color: 6429751.
HSL color Cylindrical-coordinate representation of color #371C62: hue angle of 263.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371C62 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 28 | 98 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.62 |
| HSL | 263.14º | 0.56% | 0.25% | - |
| HSV(B) | 263.14º | 0.71% | 0.38% | - |
| XYZ | 4.2 | 2.52 | 11.82 | - |
| YUV | 44.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 98 | 0.44 | 0.71 | 0 | 0.62 | 263.14 | 0.56 | 0.25 |
| Hex | 37 | 1C | 62 | 2C | 47 | 0 | 3E | 107 | 38 | 19 |
| Octal | 67 | 34 | 142 | 54 | 107 | 0 | 76 | 407 | 70 | 31 |
| Binary | 110111 | 11100 | 1100010 | 101100 | 1000111 | 0 | 111110 | 100000111 | 111000 | 11001 |
Color Harmonies of #371C62
Complementary color
Monochromatic Colors of #371C62
Black with #371C62
Text Example
Text Example
White with #371C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C62; }
p { color: rgb(55,28,98); }
H1.HeaderClassName
{
color: #371C62;
}
.AnyTagClassName
{
color: #371C62;
}
</style>
background-color css
<style>
a { background-color: #371C62; }
a { background-color: rgb(55,28,98); }
div.DivClassName
{
background-color: #371C62;
}
.BgClassName
{
background-color: #371C62;
}
</style>
border-color css
<style>
span { border-color: #371C62; }
span { border-color: rgb(55,28,98); }
td.TdClassName
{
border-color: #371C62;
}
.TagClassName
{
border-color: #371C62;
}
</style>