Shades of Christalle #31165E
Tints of Christalle #31165E
RGB
CMYK
RGB Variations
Color information
#31165E (or 0x31165E) is known color: Christalle. HEX triplet: 31, 16 and 5E. RGB value is (49,22,94). Sum of RGB (Red+Green+Blue) = 49+22+94=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #31165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31165E is #CEE9A1. Grayscale: #262626. Windows color (decimal): -13560226 or 6166065. OLE color: 6166065.
HSL color Cylindrical-coordinate representation of color #31165E: hue angle of 262.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31165E is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 22 | 94 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.63 |
| HSL | 262.5º | 0.62% | 0.23% | - |
| HSV(B) | 262.5º | 0.77% | 0.37% | - |
| XYZ | 3.57 | 2.03 | 10.79 | - |
| YUV | 38.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 94 | 0.48 | 0.77 | 0 | 0.63 | 262.5 | 0.62 | 0.23 |
| Hex | 31 | 16 | 5E | 30 | 4D | 0 | 3F | 106 | 3E | 17 |
| Octal | 61 | 26 | 136 | 60 | 115 | 0 | 77 | 406 | 76 | 27 |
| Binary | 110001 | 10110 | 1011110 | 110000 | 1001101 | 0 | 111111 | 100000110 | 111110 | 10111 |
Color Harmonies of #31165E
Complementary color
Monochromatic Colors of #31165E
Black with #31165E
Text Example
Text Example
White with #31165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31165E; }
p { color: rgb(49,22,94); }
H1.HeaderClassName
{
color: #31165E;
}
.AnyTagClassName
{
color: #31165E;
}
</style>
background-color css
<style>
a { background-color: #31165E; }
a { background-color: rgb(49,22,94); }
div.DivClassName
{
background-color: #31165E;
}
.BgClassName
{
background-color: #31165E;
}
</style>
border-color css
<style>
span { border-color: #31165E; }
span { border-color: rgb(49,22,94); }
td.TdClassName
{
border-color: #31165E;
}
.TagClassName
{
border-color: #31165E;
}
</style>