Shades of Christalle #311E5D
Tints of Christalle #311E5D
RGB
CMYK
RGB Variations
Color information
#311E5D (or 0x311E5D) is known color: Christalle. HEX triplet: 31, 1E and 5D. RGB value is (49,30,93). Sum of RGB (Red+Green+Blue) = 49+30+93=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #311E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E5D is #CEE1A2. Grayscale: #2A2A2A. Windows color (decimal): -13558179 or 6102577. OLE color: 6102577.
HSL color Cylindrical-coordinate representation of color #311E5D: hue angle of 258.1º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311E5D is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 30 | 93 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.64 |
| HSL | 258.1º | 0.51% | 0.24% | - |
| HSV(B) | 258.1º | 0.68% | 0.36% | - |
| XYZ | 3.71 | 2.37 | 10.62 | - |
| YUV | 42.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 93 | 0.47 | 0.68 | 0 | 0.64 | 258.1 | 0.51 | 0.24 |
| Hex | 31 | 1E | 5D | 2F | 44 | 0 | 40 | 102 | 33 | 18 |
| Octal | 61 | 36 | 135 | 57 | 104 | 0 | 100 | 402 | 63 | 30 |
| Binary | 110001 | 11110 | 1011101 | 101111 | 1000100 | 0 | 1000000 | 100000010 | 110011 | 11000 |
Color Harmonies of #311E5D
Complementary color
Monochromatic Colors of #311E5D
Black with #311E5D
Text Example
Text Example
White with #311E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E5D; }
p { color: rgb(49,30,93); }
H1.HeaderClassName
{
color: #311E5D;
}
.AnyTagClassName
{
color: #311E5D;
}
</style>
background-color css
<style>
a { background-color: #311E5D; }
a { background-color: rgb(49,30,93); }
div.DivClassName
{
background-color: #311E5D;
}
.BgClassName
{
background-color: #311E5D;
}
</style>
border-color css
<style>
span { border-color: #311E5D; }
span { border-color: rgb(49,30,93); }
td.TdClassName
{
border-color: #311E5D;
}
.TagClassName
{
border-color: #311E5D;
}
</style>