Shades of Violent Violet #2A204A
Tints of Violent Violet #2A204A
RGB
CMYK
RGB Variations
Color information
#2A204A (or 0x2A204A) is known color: Violent Violet. HEX triplet: 2A, 20 and 4A. RGB value is (42,32,74). Sum of RGB (Red+Green+Blue) = 42+32+74=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A204A is #D5DFB5. Grayscale: #272727. Windows color (decimal): -14016438 or 4857898. OLE color: 4857898.
HSL color Cylindrical-coordinate representation of color #2A204A: hue angle of 254.29º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A204A is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 32 | 74 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.71 |
| HSL | 254.29º | 0.4% | 0.21% | - |
| HSV(B) | 254.29º | 0.57% | 0.29% | - |
| XYZ | 2.71 | 2.02 | 6.73 | - |
| YUV | 39.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 74 | 0.43 | 0.57 | 0 | 0.71 | 254.29 | 0.4 | 0.21 |
| Hex | 2A | 20 | 4A | 2B | 39 | 0 | 47 | FE | 28 | 15 |
| Octal | 52 | 40 | 112 | 53 | 71 | 0 | 107 | 376 | 50 | 25 |
| Binary | 101010 | 100000 | 1001010 | 101011 | 111001 | 0 | 1000111 | 11111110 | 101000 | 10101 |
Color Harmonies of #2A204A
Complementary color
Monochromatic Colors of #2A204A
Black with #2A204A
Text Example
Text Example
White with #2A204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A204A; }
p { color: rgb(42,32,74); }
H1.HeaderClassName
{
color: #2A204A;
}
.AnyTagClassName
{
color: #2A204A;
}
</style>
background-color css
<style>
a { background-color: #2A204A; }
a { background-color: rgb(42,32,74); }
div.DivClassName
{
background-color: #2A204A;
}
.BgClassName
{
background-color: #2A204A;
}
</style>
border-color css
<style>
span { border-color: #2A204A; }
span { border-color: rgb(42,32,74); }
td.TdClassName
{
border-color: #2A204A;
}
.TagClassName
{
border-color: #2A204A;
}
</style>