Shades of Violent Violet #2A194A
Tints of Violent Violet #2A194A
RGB
CMYK
RGB Variations
Color information
#2A194A (or 0x2A194A) is known color: Violent Violet. HEX triplet: 2A, 19 and 4A. RGB value is (42,25,74). Sum of RGB (Red+Green+Blue) = 42+25+74=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A194A is #D5E6B5. Grayscale: #232323. Windows color (decimal): -14018230 or 4856106. OLE color: 4856106.
HSL color Cylindrical-coordinate representation of color #2A194A: hue angle of 260.82º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A194A is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 25 | 74 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.71 |
| HSL | 260.82º | 0.49% | 0.19% | - |
| HSV(B) | 260.82º | 0.66% | 0.29% | - |
| XYZ | 2.54 | 1.68 | 6.67 | - |
| YUV | 35.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 74 | 0.43 | 0.66 | 0 | 0.71 | 260.82 | 0.49 | 0.19 |
| Hex | 2A | 19 | 4A | 2B | 42 | 0 | 47 | 105 | 31 | 13 |
| Octal | 52 | 31 | 112 | 53 | 102 | 0 | 107 | 405 | 61 | 23 |
| Binary | 101010 | 11001 | 1001010 | 101011 | 1000010 | 0 | 1000111 | 100000101 | 110001 | 10011 |
Color Harmonies of #2A194A
Complementary color
Monochromatic Colors of #2A194A
Black with #2A194A
Text Example
Text Example
White with #2A194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A194A; }
p { color: rgb(42,25,74); }
H1.HeaderClassName
{
color: #2A194A;
}
.AnyTagClassName
{
color: #2A194A;
}
</style>
background-color css
<style>
a { background-color: #2A194A; }
a { background-color: rgb(42,25,74); }
div.DivClassName
{
background-color: #2A194A;
}
.BgClassName
{
background-color: #2A194A;
}
</style>
border-color css
<style>
span { border-color: #2A194A; }
span { border-color: rgb(42,25,74); }
td.TdClassName
{
border-color: #2A194A;
}
.TagClassName
{
border-color: #2A194A;
}
</style>