Shades of Violent Violet #31164E
Tints of Violent Violet #31164E
RGB
CMYK
RGB Variations
Color information
#31164E (or 0x31164E) is known color: Violent Violet. HEX triplet: 31, 16 and 4E. RGB value is (49,22,78). Sum of RGB (Red+Green+Blue) = 49+22+78=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #31164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31164E is #CEE9B1. Grayscale: #242424. Windows color (decimal): -13560242 or 5117489. OLE color: 5117489.
HSL color Cylindrical-coordinate representation of color #31164E: hue angle of 268.93º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31164E is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 22 | 78 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.69 |
| HSL | 268.93º | 0.56% | 0.2% | - |
| HSV(B) | 268.93º | 0.72% | 0.31% | - |
| XYZ | 2.93 | 1.78 | 7.4 | - |
| YUV | 36.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 78 | 0.37 | 0.72 | 0 | 0.69 | 268.93 | 0.56 | 0.2 |
| Hex | 31 | 16 | 4E | 25 | 48 | 0 | 45 | 10D | 38 | 14 |
| Octal | 61 | 26 | 116 | 45 | 110 | 0 | 105 | 415 | 70 | 24 |
| Binary | 110001 | 10110 | 1001110 | 100101 | 1001000 | 0 | 1000101 | 100001101 | 111000 | 10100 |
Color Harmonies of #31164E
Complementary color
Monochromatic Colors of #31164E
Black with #31164E
Text Example
Text Example
White with #31164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31164E; }
p { color: rgb(49,22,78); }
H1.HeaderClassName
{
color: #31164E;
}
.AnyTagClassName
{
color: #31164E;
}
</style>
background-color css
<style>
a { background-color: #31164E; }
a { background-color: rgb(49,22,78); }
div.DivClassName
{
background-color: #31164E;
}
.BgClassName
{
background-color: #31164E;
}
</style>
border-color css
<style>
span { border-color: #31164E; }
span { border-color: rgb(49,22,78); }
td.TdClassName
{
border-color: #31164E;
}
.TagClassName
{
border-color: #31164E;
}
</style>