Shades of Violent Violet #2A184A
Tints of Violent Violet #2A184A
RGB
CMYK
RGB Variations
Color information
#2A184A (or 0x2A184A) is known color: Violent Violet. HEX triplet: 2A, 18 and 4A. RGB value is (42,24,74). Sum of RGB (Red+Green+Blue) = 42+24+74=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A184A is #D5E7B5. Grayscale: #222222. Windows color (decimal): -14018486 or 4855850. OLE color: 4855850.
HSL color Cylindrical-coordinate representation of color #2A184A: hue angle of 261.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A184A is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 24 | 74 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.71 |
| HSL | 261.6º | 0.51% | 0.19% | - |
| HSV(B) | 261.6º | 0.68% | 0.29% | - |
| XYZ | 2.52 | 1.64 | 6.66 | - |
| YUV | 35.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 74 | 0.43 | 0.68 | 0 | 0.71 | 261.6 | 0.51 | 0.19 |
| Hex | 2A | 18 | 4A | 2B | 44 | 0 | 47 | 106 | 33 | 13 |
| Octal | 52 | 30 | 112 | 53 | 104 | 0 | 107 | 406 | 63 | 23 |
| Binary | 101010 | 11000 | 1001010 | 101011 | 1000100 | 0 | 1000111 | 100000110 | 110011 | 10011 |
Color Harmonies of #2A184A
Complementary color
Monochromatic Colors of #2A184A
Black with #2A184A
Text Example
Text Example
White with #2A184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A184A; }
p { color: rgb(42,24,74); }
H1.HeaderClassName
{
color: #2A184A;
}
.AnyTagClassName
{
color: #2A184A;
}
</style>
background-color css
<style>
a { background-color: #2A184A; }
a { background-color: rgb(42,24,74); }
div.DivClassName
{
background-color: #2A184A;
}
.BgClassName
{
background-color: #2A184A;
}
</style>
border-color css
<style>
span { border-color: #2A184A; }
span { border-color: rgb(42,24,74); }
td.TdClassName
{
border-color: #2A184A;
}
.TagClassName
{
border-color: #2A184A;
}
</style>