Shades of Christalle #311B68
Tints of Christalle #311B68
RGB
CMYK
RGB Variations
Color information
#311B68 (or 0x311B68) is known color: Christalle. HEX triplet: 31, 1B and 68. RGB value is (49,27,104). Sum of RGB (Red+Green+Blue) = 49+27+104=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #311B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B68 is #CEE497. Grayscale: #2A2A2A. Windows color (decimal): -13558936 or 6822705. OLE color: 6822705.
HSL color Cylindrical-coordinate representation of color #311B68: hue angle of 257.14º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #311B68 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 27 | 104 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.59 |
| HSL | 257.14º | 0.59% | 0.26% | - |
| HSV(B) | 257.14º | 0.74% | 0.41% | - |
| XYZ | 4.16 | 2.44 | 13.35 | - |
| YUV | 42.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 104 | 0.53 | 0.74 | 0 | 0.59 | 257.14 | 0.59 | 0.26 |
| Hex | 31 | 1B | 68 | 35 | 4A | 0 | 3B | 101 | 3B | 1A |
| Octal | 61 | 33 | 150 | 65 | 112 | 0 | 73 | 401 | 73 | 32 |
| Binary | 110001 | 11011 | 1101000 | 110101 | 1001010 | 0 | 111011 | 100000001 | 111011 | 11010 |
Color Harmonies of #311B68
Complementary color
Monochromatic Colors of #311B68
Black with #311B68
Text Example
Text Example
White with #311B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B68; }
p { color: rgb(49,27,104); }
H1.HeaderClassName
{
color: #311B68;
}
.AnyTagClassName
{
color: #311B68;
}
</style>
background-color css
<style>
a { background-color: #311B68; }
a { background-color: rgb(49,27,104); }
div.DivClassName
{
background-color: #311B68;
}
.BgClassName
{
background-color: #311B68;
}
</style>
border-color css
<style>
span { border-color: #311B68; }
span { border-color: rgb(49,27,104); }
td.TdClassName
{
border-color: #311B68;
}
.TagClassName
{
border-color: #311B68;
}
</style>