Shades of Violent Violet #2A1949
Tints of Violent Violet #2A1949
RGB
CMYK
RGB Variations
Color information
#2A1949 (or 0x2A1949) is known color: Violent Violet. HEX triplet: 2A, 19 and 49. RGB value is (42,25,73). Sum of RGB (Red+Green+Blue) = 42+25+73=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1949 is #D5E6B6. Grayscale: #232323. Windows color (decimal): -14018231 or 4790570. OLE color: 4790570.
HSL color Cylindrical-coordinate representation of color #2A1949: hue angle of 261.25º 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 #2A1949 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 25 | 73 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.71 |
| HSL | 261.25º | 0.49% | 0.19% | - |
| HSV(B) | 261.25º | 0.66% | 0.29% | - |
| XYZ | 2.51 | 1.67 | 6.49 | - |
| YUV | 35.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 73 | 0.42 | 0.66 | 0 | 0.71 | 261.25 | 0.49 | 0.19 |
| Hex | 2A | 19 | 49 | 2A | 42 | 0 | 47 | 105 | 31 | 13 |
| Octal | 52 | 31 | 111 | 52 | 102 | 0 | 107 | 405 | 61 | 23 |
| Binary | 101010 | 11001 | 1001001 | 101010 | 1000010 | 0 | 1000111 | 100000101 | 110001 | 10011 |
Color Harmonies of #2A1949
Complementary color
Monochromatic Colors of #2A1949
Black with #2A1949
Text Example
Text Example
White with #2A1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1949; }
p { color: rgb(42,25,73); }
H1.HeaderClassName
{
color: #2A1949;
}
.AnyTagClassName
{
color: #2A1949;
}
</style>
background-color css
<style>
a { background-color: #2A1949; }
a { background-color: rgb(42,25,73); }
div.DivClassName
{
background-color: #2A1949;
}
.BgClassName
{
background-color: #2A1949;
}
</style>
border-color css
<style>
span { border-color: #2A1949; }
span { border-color: rgb(42,25,73); }
td.TdClassName
{
border-color: #2A1949;
}
.TagClassName
{
border-color: #2A1949;
}
</style>