Shades of Christalle #371E52
Tints of Christalle #371E52
RGB
CMYK
RGB Variations
Color information
#371E52 (or 0x371E52) is known color: Christalle. HEX triplet: 37, 1E and 52. RGB value is (55,30,82). Sum of RGB (Red+Green+Blue) = 55+30+82=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #371E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E52 is #C8E1AD. Grayscale: #2B2B2B. Windows color (decimal): -13164974 or 5381687. OLE color: 5381687.
HSL color Cylindrical-coordinate representation of color #371E52: hue angle of 268.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #371E52 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 30 | 82 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.68 |
| HSL | 268.85º | 0.46% | 0.22% | - |
| HSV(B) | 268.85º | 0.63% | 0.32% | - |
| XYZ | 3.56 | 2.35 | 8.25 | - |
| YUV | 43.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 82 | 0.33 | 0.63 | 0 | 0.68 | 268.85 | 0.46 | 0.22 |
| Hex | 37 | 1E | 52 | 21 | 3F | 0 | 44 | 10D | 2E | 16 |
| Octal | 67 | 36 | 122 | 41 | 77 | 0 | 104 | 415 | 56 | 26 |
| Binary | 110111 | 11110 | 1010010 | 100001 | 111111 | 0 | 1000100 | 100001101 | 101110 | 10110 |
Color Harmonies of #371E52
Complementary color
Monochromatic Colors of #371E52
Black with #371E52
Text Example
Text Example
White with #371E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E52; }
p { color: rgb(55,30,82); }
H1.HeaderClassName
{
color: #371E52;
}
.AnyTagClassName
{
color: #371E52;
}
</style>
background-color css
<style>
a { background-color: #371E52; }
a { background-color: rgb(55,30,82); }
div.DivClassName
{
background-color: #371E52;
}
.BgClassName
{
background-color: #371E52;
}
</style>
border-color css
<style>
span { border-color: #371E52; }
span { border-color: rgb(55,30,82); }
td.TdClassName
{
border-color: #371E52;
}
.TagClassName
{
border-color: #371E52;
}
</style>