Shades of Violent Violet #2A1249
Tints of Violent Violet #2A1249
RGB
CMYK
RGB Variations
Color information
#2A1249 (or 0x2A1249) is known color: Violent Violet. HEX triplet: 2A, 12 and 49. RGB value is (42,18,73). Sum of RGB (Red+Green+Blue) = 42+18+73=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A1249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1249 is #D5EDB6. Grayscale: #1F1F1F. Windows color (decimal): -14020023 or 4788778. OLE color: 4788778.
HSL color Cylindrical-coordinate representation of color #2A1249: hue angle of 266.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A1249 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 18 | 73 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.71 |
| HSL | 266.18º | 0.6% | 0.18% | - |
| HSV(B) | 266.18º | 0.75% | 0.29% | - |
| XYZ | 2.37 | 1.41 | 6.45 | - |
| YUV | 31.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 73 | 0.42 | 0.75 | 0 | 0.71 | 266.18 | 0.6 | 0.18 |
| Hex | 2A | 12 | 49 | 2A | 4B | 0 | 47 | 10A | 3C | 12 |
| Octal | 52 | 22 | 111 | 52 | 113 | 0 | 107 | 412 | 74 | 22 |
| Binary | 101010 | 10010 | 1001001 | 101010 | 1001011 | 0 | 1000111 | 100001010 | 111100 | 10010 |
Color Harmonies of #2A1249
Complementary color
Monochromatic Colors of #2A1249
Black with #2A1249
Text Example
Text Example
White with #2A1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1249; }
p { color: rgb(42,18,73); }
H1.HeaderClassName
{
color: #2A1249;
}
.AnyTagClassName
{
color: #2A1249;
}
</style>
background-color css
<style>
a { background-color: #2A1249; }
a { background-color: rgb(42,18,73); }
div.DivClassName
{
background-color: #2A1249;
}
.BgClassName
{
background-color: #2A1249;
}
</style>
border-color css
<style>
span { border-color: #2A1249; }
span { border-color: rgb(42,18,73); }
td.TdClassName
{
border-color: #2A1249;
}
.TagClassName
{
border-color: #2A1249;
}
</style>