Shades of Violent Violet #2A204B
Tints of Violent Violet #2A204B
RGB
CMYK
RGB Variations
Color information
#2A204B (or 0x2A204B) is known color: Violent Violet. HEX triplet: 2A, 20 and 4B. RGB value is (42,32,75). Sum of RGB (Red+Green+Blue) = 42+32+75=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A204B is #D5DFB4. Grayscale: #272727. Windows color (decimal): -14016437 or 4923434. OLE color: 4923434.
HSL color Cylindrical-coordinate representation of color #2A204B: hue angle of 253.95º 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 #2A204B is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 32 | 75 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.71 |
| HSL | 253.95º | 0.4% | 0.21% | - |
| HSV(B) | 253.95º | 0.57% | 0.29% | - |
| XYZ | 2.74 | 2.03 | 6.9 | - |
| YUV | 39.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 75 | 0.44 | 0.57 | 0 | 0.71 | 253.95 | 0.4 | 0.21 |
| Hex | 2A | 20 | 4B | 2C | 39 | 0 | 47 | FE | 28 | 15 |
| Octal | 52 | 40 | 113 | 54 | 71 | 0 | 107 | 376 | 50 | 25 |
| Binary | 101010 | 100000 | 1001011 | 101100 | 111001 | 0 | 1000111 | 11111110 | 101000 | 10101 |
Color Harmonies of #2A204B
Complementary color
Monochromatic Colors of #2A204B
Black with #2A204B
Text Example
Text Example
White with #2A204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A204B; }
p { color: rgb(42,32,75); }
H1.HeaderClassName
{
color: #2A204B;
}
.AnyTagClassName
{
color: #2A204B;
}
</style>
background-color css
<style>
a { background-color: #2A204B; }
a { background-color: rgb(42,32,75); }
div.DivClassName
{
background-color: #2A204B;
}
.BgClassName
{
background-color: #2A204B;
}
</style>
border-color css
<style>
span { border-color: #2A204B; }
span { border-color: rgb(42,32,75); }
td.TdClassName
{
border-color: #2A204B;
}
.TagClassName
{
border-color: #2A204B;
}
</style>