Shades of Violent Violet #31174D
Tints of Violent Violet #31174D
RGB
CMYK
RGB Variations
Color information
#31174D (or 0x31174D) is known color: Violent Violet. HEX triplet: 31, 17 and 4D. RGB value is (49,23,77). Sum of RGB (Red+Green+Blue) = 49+23+77=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #31174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31174D is #CEE8B2. Grayscale: #242424. Windows color (decimal): -13559987 or 5052209. OLE color: 5052209.
HSL color Cylindrical-coordinate representation of color #31174D: hue angle of 268.89º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31174D is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 23 | 77 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.70 |
| HSL | 268.89º | 0.54% | 0.2% | - |
| HSV(B) | 268.89º | 0.7% | 0.3% | - |
| XYZ | 2.91 | 1.8 | 7.22 | - |
| YUV | 36.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 77 | 0.36 | 0.70 | 0 | 0.70 | 268.89 | 0.54 | 0.2 |
| Hex | 31 | 17 | 4D | 24 | 46 | 0 | 46 | 10D | 36 | 14 |
| Octal | 61 | 27 | 115 | 44 | 106 | 0 | 106 | 415 | 66 | 24 |
| Binary | 110001 | 10111 | 1001101 | 100100 | 1000110 | 0 | 1000110 | 100001101 | 110110 | 10100 |
Color Harmonies of #31174D
Complementary color
Monochromatic Colors of #31174D
Black with #31174D
Text Example
Text Example
White with #31174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31174D; }
p { color: rgb(49,23,77); }
H1.HeaderClassName
{
color: #31174D;
}
.AnyTagClassName
{
color: #31174D;
}
</style>
background-color css
<style>
a { background-color: #31174D; }
a { background-color: rgb(49,23,77); }
div.DivClassName
{
background-color: #31174D;
}
.BgClassName
{
background-color: #31174D;
}
</style>
border-color css
<style>
span { border-color: #31174D; }
span { border-color: rgb(49,23,77); }
td.TdClassName
{
border-color: #31174D;
}
.TagClassName
{
border-color: #31174D;
}
</style>