Shades of Violent Violet #31194A
Tints of Violent Violet #31194A
RGB
CMYK
RGB Variations
Color information
#31194A (or 0x31194A) is known color: Violent Violet. HEX triplet: 31, 19 and 4A. RGB value is (49,25,74). Sum of RGB (Red+Green+Blue) = 49+25+74=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #31194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31194A is #CEE6B5. Grayscale: #252525. Windows color (decimal): -13559478 or 4856113. OLE color: 4856113.
HSL color Cylindrical-coordinate representation of color #31194A: hue angle of 269.39º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31194A is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 25 | 74 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.71 |
| HSL | 269.39º | 0.49% | 0.19% | - |
| HSV(B) | 269.39º | 0.66% | 0.29% | - |
| XYZ | 2.85 | 1.84 | 6.68 | - |
| YUV | 37.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 74 | 0.34 | 0.66 | 0 | 0.71 | 269.39 | 0.49 | 0.19 |
| Hex | 31 | 19 | 4A | 22 | 42 | 0 | 47 | 10D | 31 | 13 |
| Octal | 61 | 31 | 112 | 42 | 102 | 0 | 107 | 415 | 61 | 23 |
| Binary | 110001 | 11001 | 1001010 | 100010 | 1000010 | 0 | 1000111 | 100001101 | 110001 | 10011 |
Color Harmonies of #31194A
Complementary color
Monochromatic Colors of #31194A
Black with #31194A
Text Example
Text Example
White with #31194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31194A; }
p { color: rgb(49,25,74); }
H1.HeaderClassName
{
color: #31194A;
}
.AnyTagClassName
{
color: #31194A;
}
</style>
background-color css
<style>
a { background-color: #31194A; }
a { background-color: rgb(49,25,74); }
div.DivClassName
{
background-color: #31194A;
}
.BgClassName
{
background-color: #31194A;
}
</style>
border-color css
<style>
span { border-color: #31194A; }
span { border-color: rgb(49,25,74); }
td.TdClassName
{
border-color: #31194A;
}
.TagClassName
{
border-color: #31194A;
}
</style>