Shades of Violent Violet #2A1449
Tints of Violent Violet #2A1449
RGB
CMYK
RGB Variations
Color information
#2A1449 (or 0x2A1449) is known color: Violent Violet. HEX triplet: 2A, 14 and 49. RGB value is (42,20,73). Sum of RGB (Red+Green+Blue) = 42+20+73=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A1449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1449 is #D5EBB6. Grayscale: #202020. Windows color (decimal): -14019511 or 4789290. OLE color: 4789290.
HSL color Cylindrical-coordinate representation of color #2A1449: hue angle of 264.91º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A1449 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 20 | 73 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.71 |
| HSL | 264.91º | 0.57% | 0.18% | - |
| HSV(B) | 264.91º | 0.73% | 0.29% | - |
| XYZ | 2.41 | 1.47 | 6.46 | - |
| YUV | 32.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 73 | 0.42 | 0.73 | 0 | 0.71 | 264.91 | 0.57 | 0.18 |
| Hex | 2A | 14 | 49 | 2A | 49 | 0 | 47 | 109 | 39 | 12 |
| Octal | 52 | 24 | 111 | 52 | 111 | 0 | 107 | 411 | 71 | 22 |
| Binary | 101010 | 10100 | 1001001 | 101010 | 1001001 | 0 | 1000111 | 100001001 | 111001 | 10010 |
Color Harmonies of #2A1449
Complementary color
Monochromatic Colors of #2A1449
Black with #2A1449
Text Example
Text Example
White with #2A1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1449; }
p { color: rgb(42,20,73); }
H1.HeaderClassName
{
color: #2A1449;
}
.AnyTagClassName
{
color: #2A1449;
}
</style>
background-color css
<style>
a { background-color: #2A1449; }
a { background-color: rgb(42,20,73); }
div.DivClassName
{
background-color: #2A1449;
}
.BgClassName
{
background-color: #2A1449;
}
</style>
border-color css
<style>
span { border-color: #2A1449; }
span { border-color: rgb(42,20,73); }
td.TdClassName
{
border-color: #2A1449;
}
.TagClassName
{
border-color: #2A1449;
}
</style>