Shades of Violent Violet #312050
Tints of Violent Violet #312050
RGB
CMYK
RGB Variations
Color information
#312050 (or 0x312050) is known color: Violent Violet. HEX triplet: 31, 20 and 50. RGB value is (49,32,80). Sum of RGB (Red+Green+Blue) = 49+32+80=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #312050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312050 is #CEDFAF. Grayscale: #2A2A2A. Windows color (decimal): -13557680 or 5251121. OLE color: 5251121.
HSL color Cylindrical-coordinate representation of color #312050: hue angle of 261.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312050 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 32 | 80 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.69 |
| HSL | 261.25º | 0.43% | 0.22% | - |
| HSV(B) | 261.25º | 0.6% | 0.31% | - |
| XYZ | 3.23 | 2.27 | 7.86 | - |
| YUV | 42.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 80 | 0.39 | 0.60 | 0 | 0.69 | 261.25 | 0.43 | 0.22 |
| Hex | 31 | 20 | 50 | 27 | 3C | 0 | 45 | 105 | 2B | 16 |
| Octal | 61 | 40 | 120 | 47 | 74 | 0 | 105 | 405 | 53 | 26 |
| Binary | 110001 | 100000 | 1010000 | 100111 | 111100 | 0 | 1000101 | 100000101 | 101011 | 10110 |
Color Harmonies of #312050
Complementary color
Monochromatic Colors of #312050
Black with #312050
Text Example
Text Example
White with #312050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312050; }
p { color: rgb(49,32,80); }
H1.HeaderClassName
{
color: #312050;
}
.AnyTagClassName
{
color: #312050;
}
</style>
background-color css
<style>
a { background-color: #312050; }
a { background-color: rgb(49,32,80); }
div.DivClassName
{
background-color: #312050;
}
.BgClassName
{
background-color: #312050;
}
</style>
border-color css
<style>
span { border-color: #312050; }
span { border-color: rgb(49,32,80); }
td.TdClassName
{
border-color: #312050;
}
.TagClassName
{
border-color: #312050;
}
</style>