Shades of Christalle #371F5F
Tints of Christalle #371F5F
RGB
CMYK
RGB Variations
Color information
#371F5F (or 0x371F5F) is known color: Christalle. HEX triplet: 37, 1F and 5F. RGB value is (55,31,95). Sum of RGB (Red+Green+Blue) = 55+31+95=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #371F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F5F is #C8E0A0. Grayscale: #2D2D2D. Windows color (decimal): -13164705 or 6233911. OLE color: 6233911.
HSL color Cylindrical-coordinate representation of color #371F5F: hue angle of 262.5º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371F5F is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 31 | 95 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.63 |
| HSL | 262.5º | 0.51% | 0.25% | - |
| HSV(B) | 262.5º | 0.67% | 0.37% | - |
| XYZ | 4.13 | 2.62 | 11.11 | - |
| YUV | 45.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 95 | 0.42 | 0.67 | 0 | 0.63 | 262.5 | 0.51 | 0.25 |
| Hex | 37 | 1F | 5F | 2A | 43 | 0 | 3F | 106 | 33 | 19 |
| Octal | 67 | 37 | 137 | 52 | 103 | 0 | 77 | 406 | 63 | 31 |
| Binary | 110111 | 11111 | 1011111 | 101010 | 1000011 | 0 | 111111 | 100000110 | 110011 | 11001 |
Color Harmonies of #371F5F
Complementary color
Monochromatic Colors of #371F5F
Black with #371F5F
Text Example
Text Example
White with #371F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F5F; }
p { color: rgb(55,31,95); }
H1.HeaderClassName
{
color: #371F5F;
}
.AnyTagClassName
{
color: #371F5F;
}
</style>
background-color css
<style>
a { background-color: #371F5F; }
a { background-color: rgb(55,31,95); }
div.DivClassName
{
background-color: #371F5F;
}
.BgClassName
{
background-color: #371F5F;
}
</style>
border-color css
<style>
span { border-color: #371F5F; }
span { border-color: rgb(55,31,95); }
td.TdClassName
{
border-color: #371F5F;
}
.TagClassName
{
border-color: #371F5F;
}
</style>