Shades of Christalle #311D56
Tints of Christalle #311D56
RGB
CMYK
RGB Variations
Color information
#311D56 (or 0x311D56) is known color: Christalle. HEX triplet: 31, 1D and 56. RGB value is (49,29,86). Sum of RGB (Red+Green+Blue) = 49+29+86=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #311D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D56 is #CEE2A9. Grayscale: #292929. Windows color (decimal): -13558442 or 5643569. OLE color: 5643569.
HSL color Cylindrical-coordinate representation of color #311D56: hue angle of 261.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311D56 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 29 | 86 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.66 |
| HSL | 261.05º | 0.5% | 0.23% | - |
| HSV(B) | 261.05º | 0.66% | 0.34% | - |
| XYZ | 3.39 | 2.2 | 9.05 | - |
| YUV | 41.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 86 | 0.43 | 0.66 | 0 | 0.66 | 261.05 | 0.5 | 0.23 |
| Hex | 31 | 1D | 56 | 2B | 42 | 0 | 42 | 105 | 32 | 17 |
| Octal | 61 | 35 | 126 | 53 | 102 | 0 | 102 | 405 | 62 | 27 |
| Binary | 110001 | 11101 | 1010110 | 101011 | 1000010 | 0 | 1000010 | 100000101 | 110010 | 10111 |
Color Harmonies of #311D56
Complementary color
Monochromatic Colors of #311D56
Black with #311D56
Text Example
Text Example
White with #311D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D56; }
p { color: rgb(49,29,86); }
H1.HeaderClassName
{
color: #311D56;
}
.AnyTagClassName
{
color: #311D56;
}
</style>
background-color css
<style>
a { background-color: #311D56; }
a { background-color: rgb(49,29,86); }
div.DivClassName
{
background-color: #311D56;
}
.BgClassName
{
background-color: #311D56;
}
</style>
border-color css
<style>
span { border-color: #311D56; }
span { border-color: rgb(49,29,86); }
td.TdClassName
{
border-color: #311D56;
}
.TagClassName
{
border-color: #311D56;
}
</style>