Shades of Christalle #31205E
Tints of Christalle #31205E
RGB
CMYK
RGB Variations
Color information
#31205E (or 0x31205E) is known color: Christalle. HEX triplet: 31, 20 and 5E. RGB value is (49,32,94). Sum of RGB (Red+Green+Blue) = 49+32+94=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #31205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31205E is #CEDFA1. Grayscale: #2B2B2B. Windows color (decimal): -13557666 or 6168625. OLE color: 6168625.
HSL color Cylindrical-coordinate representation of color #31205E: hue angle of 256.45º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31205E is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 32 | 94 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.63 |
| HSL | 256.45º | 0.49% | 0.25% | - |
| HSV(B) | 256.45º | 0.66% | 0.37% | - |
| XYZ | 3.8 | 2.49 | 10.87 | - |
| YUV | 44.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 94 | 0.48 | 0.66 | 0 | 0.63 | 256.45 | 0.49 | 0.25 |
| Hex | 31 | 20 | 5E | 30 | 42 | 0 | 3F | 100 | 31 | 19 |
| Octal | 61 | 40 | 136 | 60 | 102 | 0 | 77 | 400 | 61 | 31 |
| Binary | 110001 | 100000 | 1011110 | 110000 | 1000010 | 0 | 111111 | 100000000 | 110001 | 11001 |
Color Harmonies of #31205E
Complementary color
Monochromatic Colors of #31205E
Black with #31205E
Text Example
Text Example
White with #31205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31205E; }
p { color: rgb(49,32,94); }
H1.HeaderClassName
{
color: #31205E;
}
.AnyTagClassName
{
color: #31205E;
}
</style>
background-color css
<style>
a { background-color: #31205E; }
a { background-color: rgb(49,32,94); }
div.DivClassName
{
background-color: #31205E;
}
.BgClassName
{
background-color: #31205E;
}
</style>
border-color css
<style>
span { border-color: #31205E; }
span { border-color: rgb(49,32,94); }
td.TdClassName
{
border-color: #31205E;
}
.TagClassName
{
border-color: #31205E;
}
</style>