Shades of Christalle #311F5F
Tints of Christalle #311F5F
RGB
CMYK
RGB Variations
Color information
#311F5F (or 0x311F5F) is known color: Christalle. HEX triplet: 31, 1F and 5F. RGB value is (49,31,95). Sum of RGB (Red+Green+Blue) = 49+31+95=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #311F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F5F is #CEE0A0. Grayscale: #2B2B2B. Windows color (decimal): -13557921 or 6233905. OLE color: 6233905.
HSL color Cylindrical-coordinate representation of color #311F5F: hue angle of 256.88º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311F5F is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 31 | 95 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.63 |
| HSL | 256.88º | 0.51% | 0.25% | - |
| HSV(B) | 256.88º | 0.67% | 0.37% | - |
| XYZ | 3.82 | 2.46 | 11.1 | - |
| YUV | 43.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 95 | 0.48 | 0.67 | 0 | 0.63 | 256.88 | 0.51 | 0.25 |
| Hex | 31 | 1F | 5F | 30 | 43 | 0 | 3F | 101 | 33 | 19 |
| Octal | 61 | 37 | 137 | 60 | 103 | 0 | 77 | 401 | 63 | 31 |
| Binary | 110001 | 11111 | 1011111 | 110000 | 1000011 | 0 | 111111 | 100000001 | 110011 | 11001 |
Color Harmonies of #311F5F
Complementary color
Monochromatic Colors of #311F5F
Black with #311F5F
Text Example
Text Example
White with #311F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F5F; }
p { color: rgb(49,31,95); }
H1.HeaderClassName
{
color: #311F5F;
}
.AnyTagClassName
{
color: #311F5F;
}
</style>
background-color css
<style>
a { background-color: #311F5F; }
a { background-color: rgb(49,31,95); }
div.DivClassName
{
background-color: #311F5F;
}
.BgClassName
{
background-color: #311F5F;
}
</style>
border-color css
<style>
span { border-color: #311F5F; }
span { border-color: rgb(49,31,95); }
td.TdClassName
{
border-color: #311F5F;
}
.TagClassName
{
border-color: #311F5F;
}
</style>