Shades of Christalle #311F62
Tints of Christalle #311F62
RGB
CMYK
RGB Variations
Color information
#311F62 (or 0x311F62) is known color: Christalle. HEX triplet: 31, 1F and 62. RGB value is (49,31,98). Sum of RGB (Red+Green+Blue) = 49+31+98=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #311F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F62 is #CEE09D. Grayscale: #2B2B2B. Windows color (decimal): -13557918 or 6430513. OLE color: 6430513.
HSL color Cylindrical-coordinate representation of color #311F62: hue angle of 256.12º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311F62 is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 31 | 98 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.62 |
| HSL | 256.12º | 0.52% | 0.25% | - |
| HSV(B) | 256.12º | 0.68% | 0.38% | - |
| XYZ | 3.96 | 2.51 | 11.83 | - |
| YUV | 44.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 98 | 0.5 | 0.68 | 0 | 0.62 | 256.12 | 0.52 | 0.25 |
| Hex | 31 | 1F | 62 | 32 | 44 | 0 | 3E | 100 | 34 | 19 |
| Octal | 61 | 37 | 142 | 62 | 104 | 0 | 76 | 400 | 64 | 31 |
| Binary | 110001 | 11111 | 1100010 | 110010 | 1000100 | 0 | 111110 | 100000000 | 110100 | 11001 |
Color Harmonies of #311F62
Complementary color
Monochromatic Colors of #311F62
Black with #311F62
Text Example
Text Example
White with #311F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F62; }
p { color: rgb(49,31,98); }
H1.HeaderClassName
{
color: #311F62;
}
.AnyTagClassName
{
color: #311F62;
}
</style>
background-color css
<style>
a { background-color: #311F62; }
a { background-color: rgb(49,31,98); }
div.DivClassName
{
background-color: #311F62;
}
.BgClassName
{
background-color: #311F62;
}
</style>
border-color css
<style>
span { border-color: #311F62; }
span { border-color: rgb(49,31,98); }
td.TdClassName
{
border-color: #311F62;
}
.TagClassName
{
border-color: #311F62;
}
</style>