Shades of Christalle #31205D
Tints of Christalle #31205D
RGB
CMYK
RGB Variations
Color information
#31205D (or 0x31205D) is known color: Christalle. HEX triplet: 31, 20 and 5D. RGB value is (49,32,93). Sum of RGB (Red+Green+Blue) = 49+32+93=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #31205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31205D is #CEDFA2. Grayscale: #2B2B2B. Windows color (decimal): -13557667 or 6103089. OLE color: 6103089.
HSL color Cylindrical-coordinate representation of color #31205D: hue angle of 256.72º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31205D is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 32 | 93 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.64 |
| HSL | 256.72º | 0.49% | 0.25% | - |
| HSV(B) | 256.72º | 0.66% | 0.36% | - |
| XYZ | 3.76 | 2.48 | 10.64 | - |
| YUV | 44.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 93 | 0.47 | 0.66 | 0 | 0.64 | 256.72 | 0.49 | 0.25 |
| Hex | 31 | 20 | 5D | 2F | 42 | 0 | 40 | 101 | 31 | 19 |
| Octal | 61 | 40 | 135 | 57 | 102 | 0 | 100 | 401 | 61 | 31 |
| Binary | 110001 | 100000 | 1011101 | 101111 | 1000010 | 0 | 1000000 | 100000001 | 110001 | 11001 |
Color Harmonies of #31205D
Complementary color
Monochromatic Colors of #31205D
Black with #31205D
Text Example
Text Example
White with #31205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31205D; }
p { color: rgb(49,32,93); }
H1.HeaderClassName
{
color: #31205D;
}
.AnyTagClassName
{
color: #31205D;
}
</style>
background-color css
<style>
a { background-color: #31205D; }
a { background-color: rgb(49,32,93); }
div.DivClassName
{
background-color: #31205D;
}
.BgClassName
{
background-color: #31205D;
}
</style>
border-color css
<style>
span { border-color: #31205D; }
span { border-color: rgb(49,32,93); }
td.TdClassName
{
border-color: #31205D;
}
.TagClassName
{
border-color: #31205D;
}
</style>