Shades of Christalle #31115E
Tints of Christalle #31115E
RGB
CMYK
RGB Variations
Color information
#31115E (or 0x31115E) is known color: Christalle. HEX triplet: 31, 11 and 5E. RGB value is (49,17,94). Sum of RGB (Red+Green+Blue) = 49+17+94=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #31115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31115E is #CEEEA1. Grayscale: #232323. Windows color (decimal): -13561506 or 6164785. OLE color: 6164785.
HSL color Cylindrical-coordinate representation of color #31115E: hue angle of 264.94º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31115E is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 17 | 94 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.63 |
| HSL | 264.94º | 0.69% | 0.22% | - |
| HSV(B) | 264.94º | 0.82% | 0.37% | - |
| XYZ | 3.49 | 1.86 | 10.77 | - |
| YUV | 35.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 94 | 0.48 | 0.82 | 0 | 0.63 | 264.94 | 0.69 | 0.22 |
| Hex | 31 | 11 | 5E | 30 | 52 | 0 | 3F | 109 | 45 | 16 |
| Octal | 61 | 21 | 136 | 60 | 122 | 0 | 77 | 411 | 105 | 26 |
| Binary | 110001 | 10001 | 1011110 | 110000 | 1010010 | 0 | 111111 | 100001001 | 1000101 | 10110 |
Color Harmonies of #31115E
Complementary color
Monochromatic Colors of #31115E
Black with #31115E
Text Example
Text Example
White with #31115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31115E; }
p { color: rgb(49,17,94); }
H1.HeaderClassName
{
color: #31115E;
}
.AnyTagClassName
{
color: #31115E;
}
</style>
background-color css
<style>
a { background-color: #31115E; }
a { background-color: rgb(49,17,94); }
div.DivClassName
{
background-color: #31115E;
}
.BgClassName
{
background-color: #31115E;
}
</style>
border-color css
<style>
span { border-color: #31115E; }
span { border-color: rgb(49,17,94); }
td.TdClassName
{
border-color: #31115E;
}
.TagClassName
{
border-color: #31115E;
}
</style>