Shades of Christalle #311B66
Tints of Christalle #311B66
RGB
CMYK
RGB Variations
Color information
#311B66 (or 0x311B66) is known color: Christalle. HEX triplet: 31, 1B and 66. RGB value is (49,27,102). Sum of RGB (Red+Green+Blue) = 49+27+102=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #311B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B66 is #CEE499. Grayscale: #292929. Windows color (decimal): -13558938 or 6691633. OLE color: 6691633.
HSL color Cylindrical-coordinate representation of color #311B66: hue angle of 257.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #311B66 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 27 | 102 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.6 |
| HSL | 257.6º | 0.58% | 0.25% | - |
| HSV(B) | 257.6º | 0.74% | 0.4% | - |
| XYZ | 4.06 | 2.4 | 12.82 | - |
| YUV | 42.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 102 | 0.52 | 0.74 | 0 | 0.6 | 257.6 | 0.58 | 0.25 |
| Hex | 31 | 1B | 66 | 34 | 4A | 0 | 3C | 102 | 3A | 19 |
| Octal | 61 | 33 | 146 | 64 | 112 | 0 | 74 | 402 | 72 | 31 |
| Binary | 110001 | 11011 | 1100110 | 110100 | 1001010 | 0 | 111100 | 100000010 | 111010 | 11001 |
Color Harmonies of #311B66
Complementary color
Monochromatic Colors of #311B66
Black with #311B66
Text Example
Text Example
White with #311B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B66; }
p { color: rgb(49,27,102); }
H1.HeaderClassName
{
color: #311B66;
}
.AnyTagClassName
{
color: #311B66;
}
</style>
background-color css
<style>
a { background-color: #311B66; }
a { background-color: rgb(49,27,102); }
div.DivClassName
{
background-color: #311B66;
}
.BgClassName
{
background-color: #311B66;
}
</style>
border-color css
<style>
span { border-color: #311B66; }
span { border-color: rgb(49,27,102); }
td.TdClassName
{
border-color: #311B66;
}
.TagClassName
{
border-color: #311B66;
}
</style>