Shades of Violent Violet #31224A
Tints of Violent Violet #31224A
RGB
CMYK
RGB Variations
Color information
#31224A (or 0x31224A) is known color: Violent Violet. HEX triplet: 31, 22 and 4A. RGB value is (49,34,74). Sum of RGB (Red+Green+Blue) = 49+34+74=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #31224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31224A is #CEDDB5. Grayscale: #2A2A2A. Windows color (decimal): -13557174 or 4858417. OLE color: 4858417.
HSL color Cylindrical-coordinate representation of color #31224A: hue angle of 262.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31224A is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 34 | 74 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.71 |
| HSL | 262.5º | 0.37% | 0.21% | - |
| HSV(B) | 262.5º | 0.54% | 0.29% | - |
| XYZ | 3.07 | 2.29 | 6.76 | - |
| YUV | 43.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 74 | 0.34 | 0.54 | 0 | 0.71 | 262.5 | 0.37 | 0.21 |
| Hex | 31 | 22 | 4A | 22 | 36 | 0 | 47 | 106 | 25 | 15 |
| Octal | 61 | 42 | 112 | 42 | 66 | 0 | 107 | 406 | 45 | 25 |
| Binary | 110001 | 100010 | 1001010 | 100010 | 110110 | 0 | 1000111 | 100000110 | 100101 | 10101 |
Color Harmonies of #31224A
Complementary color
Monochromatic Colors of #31224A
Black with #31224A
Text Example
Text Example
White with #31224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31224A; }
p { color: rgb(49,34,74); }
H1.HeaderClassName
{
color: #31224A;
}
.AnyTagClassName
{
color: #31224A;
}
</style>
background-color css
<style>
a { background-color: #31224A; }
a { background-color: rgb(49,34,74); }
div.DivClassName
{
background-color: #31224A;
}
.BgClassName
{
background-color: #31224A;
}
</style>
border-color css
<style>
span { border-color: #31224A; }
span { border-color: rgb(49,34,74); }
td.TdClassName
{
border-color: #31224A;
}
.TagClassName
{
border-color: #31224A;
}
</style>