Shades of Violent Violet #2E224F
Tints of Violent Violet #2E224F
RGB
CMYK
RGB Variations
Color information
#2E224F (or 0x2E224F) is known color: Violent Violet. HEX triplet: 2E, 22 and 4F. RGB value is (46,34,79). Sum of RGB (Red+Green+Blue) = 46+34+79=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E224F is #D1DDB0. Grayscale: #2A2A2A. Windows color (decimal): -13753777 or 5186094. OLE color: 5186094.
HSL color Cylindrical-coordinate representation of color #2E224F: hue angle of 256º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E224F is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 34 | 79 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.69 |
| HSL | 256º | 0.4% | 0.22% | - |
| HSV(B) | 256º | 0.57% | 0.31% | - |
| XYZ | 3.11 | 2.29 | 7.68 | - |
| YUV | 42.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 79 | 0.42 | 0.57 | 0 | 0.69 | 256 | 0.4 | 0.22 |
| Hex | 2E | 22 | 4F | 2A | 39 | 0 | 45 | 100 | 28 | 16 |
| Octal | 56 | 42 | 117 | 52 | 71 | 0 | 105 | 400 | 50 | 26 |
| Binary | 101110 | 100010 | 1001111 | 101010 | 111001 | 0 | 1000101 | 100000000 | 101000 | 10110 |
Color Harmonies of #2E224F
Complementary color
Monochromatic Colors of #2E224F
Black with #2E224F
Text Example
Text Example
White with #2E224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E224F; }
p { color: rgb(46,34,79); }
H1.HeaderClassName
{
color: #2E224F;
}
.AnyTagClassName
{
color: #2E224F;
}
</style>
background-color css
<style>
a { background-color: #2E224F; }
a { background-color: rgb(46,34,79); }
div.DivClassName
{
background-color: #2E224F;
}
.BgClassName
{
background-color: #2E224F;
}
</style>
border-color css
<style>
span { border-color: #2E224F; }
span { border-color: rgb(46,34,79); }
td.TdClassName
{
border-color: #2E224F;
}
.TagClassName
{
border-color: #2E224F;
}
</style>