Shades of Violent Violet #312250
Tints of Violent Violet #312250
RGB
CMYK
RGB Variations
Color information
#312250 (or 0x312250) is known color: Violent Violet. HEX triplet: 31, 22 and 50. RGB value is (49,34,80). Sum of RGB (Red+Green+Blue) = 49+34+80=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #312250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312250 is #CEDDAF. Grayscale: #2B2B2B. Windows color (decimal): -13557168 or 5251633. OLE color: 5251633.
HSL color Cylindrical-coordinate representation of color #312250: hue angle of 259.57º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312250 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 34 | 80 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.69 |
| HSL | 259.57º | 0.4% | 0.22% | - |
| HSV(B) | 259.57º | 0.58% | 0.31% | - |
| XYZ | 3.29 | 2.38 | 7.87 | - |
| YUV | 43.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 80 | 0.39 | 0.58 | 0 | 0.69 | 259.57 | 0.4 | 0.22 |
| Hex | 31 | 22 | 50 | 27 | 3A | 0 | 45 | 104 | 28 | 16 |
| Octal | 61 | 42 | 120 | 47 | 72 | 0 | 105 | 404 | 50 | 26 |
| Binary | 110001 | 100010 | 1010000 | 100111 | 111010 | 0 | 1000101 | 100000100 | 101000 | 10110 |
Color Harmonies of #312250
Complementary color
Monochromatic Colors of #312250
Black with #312250
Text Example
Text Example
White with #312250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312250; }
p { color: rgb(49,34,80); }
H1.HeaderClassName
{
color: #312250;
}
.AnyTagClassName
{
color: #312250;
}
</style>
background-color css
<style>
a { background-color: #312250; }
a { background-color: rgb(49,34,80); }
div.DivClassName
{
background-color: #312250;
}
.BgClassName
{
background-color: #312250;
}
</style>
border-color css
<style>
span { border-color: #312250; }
span { border-color: rgb(49,34,80); }
td.TdClassName
{
border-color: #312250;
}
.TagClassName
{
border-color: #312250;
}
</style>