Shades of Violent Violet #2A2249
Tints of Violent Violet #2A2249
RGB
CMYK
RGB Variations
Color information
#2A2249 (or 0x2A2249) is known color: Violent Violet. HEX triplet: 2A, 22 and 49. RGB value is (42,34,73). Sum of RGB (Red+Green+Blue) = 42+34+73=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2249 is #D5DDB6. Grayscale: #282828. Windows color (decimal): -14015927 or 4792874. OLE color: 4792874.
HSL color Cylindrical-coordinate representation of color #2A2249: hue angle of 252.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A2249 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 34 | 73 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.71 |
| HSL | 252.31º | 0.36% | 0.21% | - |
| HSV(B) | 252.31º | 0.53% | 0.29% | - |
| XYZ | 2.73 | 2.12 | 6.57 | - |
| YUV | 40.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 73 | 0.42 | 0.53 | 0 | 0.71 | 252.31 | 0.36 | 0.21 |
| Hex | 2A | 22 | 49 | 2A | 35 | 0 | 47 | FC | 24 | 15 |
| Octal | 52 | 42 | 111 | 52 | 65 | 0 | 107 | 374 | 44 | 25 |
| Binary | 101010 | 100010 | 1001001 | 101010 | 110101 | 0 | 1000111 | 11111100 | 100100 | 10101 |
Color Harmonies of #2A2249
Complementary color
Monochromatic Colors of #2A2249
Black with #2A2249
Text Example
Text Example
White with #2A2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2249; }
p { color: rgb(42,34,73); }
H1.HeaderClassName
{
color: #2A2249;
}
.AnyTagClassName
{
color: #2A2249;
}
</style>
background-color css
<style>
a { background-color: #2A2249; }
a { background-color: rgb(42,34,73); }
div.DivClassName
{
background-color: #2A2249;
}
.BgClassName
{
background-color: #2A2249;
}
</style>
border-color css
<style>
span { border-color: #2A2249; }
span { border-color: rgb(42,34,73); }
td.TdClassName
{
border-color: #2A2249;
}
.TagClassName
{
border-color: #2A2249;
}
</style>