Shades of Violent Violet #312246
Tints of Violent Violet #312246
RGB
CMYK
RGB Variations
Color information
#312246 (or 0x312246) is known color: Violent Violet. HEX triplet: 31, 22 and 46. RGB value is (49,34,70). Sum of RGB (Red+Green+Blue) = 49+34+70=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #312246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312246 is #CEDDB9. Grayscale: #2A2A2A. Windows color (decimal): -13557178 or 4596273. OLE color: 4596273.
HSL color Cylindrical-coordinate representation of color #312246: hue angle of 265º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312246 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 34 | 70 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.73 |
| HSL | 265º | 0.35% | 0.2% | - |
| HSV(B) | 265º | 0.51% | 0.27% | - |
| XYZ | 2.94 | 2.24 | 6.07 | - |
| YUV | 42.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 70 | 0.30 | 0.51 | 0 | 0.73 | 265 | 0.35 | 0.2 |
| Hex | 31 | 22 | 46 | 1E | 33 | 0 | 49 | 109 | 23 | 14 |
| Octal | 61 | 42 | 106 | 36 | 63 | 0 | 111 | 411 | 43 | 24 |
| Binary | 110001 | 100010 | 1000110 | 11110 | 110011 | 0 | 1001001 | 100001001 | 100011 | 10100 |
Color Harmonies of #312246
Complementary color
Monochromatic Colors of #312246
Black with #312246
Text Example
Text Example
White with #312246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312246; }
p { color: rgb(49,34,70); }
H1.HeaderClassName
{
color: #312246;
}
.AnyTagClassName
{
color: #312246;
}
</style>
background-color css
<style>
a { background-color: #312246; }
a { background-color: rgb(49,34,70); }
div.DivClassName
{
background-color: #312246;
}
.BgClassName
{
background-color: #312246;
}
</style>
border-color css
<style>
span { border-color: #312246; }
span { border-color: rgb(49,34,70); }
td.TdClassName
{
border-color: #312246;
}
.TagClassName
{
border-color: #312246;
}
</style>