Shades of Christalle #311D5F
Tints of Christalle #311D5F
RGB
CMYK
RGB Variations
Color information
#311D5F (or 0x311D5F) is known color: Christalle. HEX triplet: 31, 1D and 5F. RGB value is (49,29,95). Sum of RGB (Red+Green+Blue) = 49+29+95=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #311D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D5F is #CEE2A0. Grayscale: #2A2A2A. Windows color (decimal): -13558433 or 6233393. OLE color: 6233393.
HSL color Cylindrical-coordinate representation of color #311D5F: hue angle of 258.18º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311D5F is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 29 | 95 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.63 |
| HSL | 258.18º | 0.53% | 0.24% | - |
| HSV(B) | 258.18º | 0.69% | 0.37% | - |
| XYZ | 3.77 | 2.36 | 11.08 | - |
| YUV | 42.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 95 | 0.48 | 0.69 | 0 | 0.63 | 258.18 | 0.53 | 0.24 |
| Hex | 31 | 1D | 5F | 30 | 45 | 0 | 3F | 102 | 35 | 18 |
| Octal | 61 | 35 | 137 | 60 | 105 | 0 | 77 | 402 | 65 | 30 |
| Binary | 110001 | 11101 | 1011111 | 110000 | 1000101 | 0 | 111111 | 100000010 | 110101 | 11000 |
Color Harmonies of #311D5F
Complementary color
Monochromatic Colors of #311D5F
Black with #311D5F
Text Example
Text Example
White with #311D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D5F; }
p { color: rgb(49,29,95); }
H1.HeaderClassName
{
color: #311D5F;
}
.AnyTagClassName
{
color: #311D5F;
}
</style>
background-color css
<style>
a { background-color: #311D5F; }
a { background-color: rgb(49,29,95); }
div.DivClassName
{
background-color: #311D5F;
}
.BgClassName
{
background-color: #311D5F;
}
</style>
border-color css
<style>
span { border-color: #311D5F; }
span { border-color: rgb(49,29,95); }
td.TdClassName
{
border-color: #311D5F;
}
.TagClassName
{
border-color: #311D5F;
}
</style>