Shades of Violent Violet #312052
Tints of Violent Violet #312052
RGB
CMYK
RGB Variations
Color information
#312052 (or 0x312052) is known color: Violent Violet. HEX triplet: 31, 20 and 52. RGB value is (49,32,82). Sum of RGB (Red+Green+Blue) = 49+32+82=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #312052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312052 is #CEDFAD. Grayscale: #2A2A2A. Windows color (decimal): -13557678 or 5382193. OLE color: 5382193.
HSL color Cylindrical-coordinate representation of color #312052: hue angle of 260.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312052 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 32 | 82 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.68 |
| HSL | 260.4º | 0.44% | 0.22% | - |
| HSV(B) | 260.4º | 0.61% | 0.32% | - |
| XYZ | 3.31 | 2.3 | 8.25 | - |
| YUV | 42.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 82 | 0.40 | 0.61 | 0 | 0.68 | 260.4 | 0.44 | 0.22 |
| Hex | 31 | 20 | 52 | 28 | 3D | 0 | 44 | 104 | 2C | 16 |
| Octal | 61 | 40 | 122 | 50 | 75 | 0 | 104 | 404 | 54 | 26 |
| Binary | 110001 | 100000 | 1010010 | 101000 | 111101 | 0 | 1000100 | 100000100 | 101100 | 10110 |
Color Harmonies of #312052
Complementary color
Monochromatic Colors of #312052
Black with #312052
Text Example
Text Example
White with #312052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312052; }
p { color: rgb(49,32,82); }
H1.HeaderClassName
{
color: #312052;
}
.AnyTagClassName
{
color: #312052;
}
</style>
background-color css
<style>
a { background-color: #312052; }
a { background-color: rgb(49,32,82); }
div.DivClassName
{
background-color: #312052;
}
.BgClassName
{
background-color: #312052;
}
</style>
border-color css
<style>
span { border-color: #312052; }
span { border-color: rgb(49,32,82); }
td.TdClassName
{
border-color: #312052;
}
.TagClassName
{
border-color: #312052;
}
</style>