Shades of Violent Violet #31154E
Tints of Violent Violet #31154E
RGB
CMYK
RGB Variations
Color information
#31154E (or 0x31154E) is known color: Violent Violet. HEX triplet: 31, 15 and 4E. RGB value is (49,21,78). Sum of RGB (Red+Green+Blue) = 49+21+78=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #31154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31154E is #CEEAB1. Grayscale: #232323. Windows color (decimal): -13560498 or 5117233. OLE color: 5117233.
HSL color Cylindrical-coordinate representation of color #31154E: hue angle of 269.47º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31154E is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 21 | 78 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.69 |
| HSL | 269.47º | 0.58% | 0.19% | - |
| HSV(B) | 269.47º | 0.73% | 0.31% | - |
| XYZ | 2.91 | 1.74 | 7.39 | - |
| YUV | 35.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 78 | 0.37 | 0.73 | 0 | 0.69 | 269.47 | 0.58 | 0.19 |
| Hex | 31 | 15 | 4E | 25 | 49 | 0 | 45 | 10D | 3A | 13 |
| Octal | 61 | 25 | 116 | 45 | 111 | 0 | 105 | 415 | 72 | 23 |
| Binary | 110001 | 10101 | 1001110 | 100101 | 1001001 | 0 | 1000101 | 100001101 | 111010 | 10011 |
Color Harmonies of #31154E
Complementary color
Monochromatic Colors of #31154E
Black with #31154E
Text Example
Text Example
White with #31154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31154E; }
p { color: rgb(49,21,78); }
H1.HeaderClassName
{
color: #31154E;
}
.AnyTagClassName
{
color: #31154E;
}
</style>
background-color css
<style>
a { background-color: #31154E; }
a { background-color: rgb(49,21,78); }
div.DivClassName
{
background-color: #31154E;
}
.BgClassName
{
background-color: #31154E;
}
</style>
border-color css
<style>
span { border-color: #31154E; }
span { border-color: rgb(49,21,78); }
td.TdClassName
{
border-color: #31154E;
}
.TagClassName
{
border-color: #31154E;
}
</style>