Shades of Violent Violet #2E224D
Tints of Violent Violet #2E224D
RGB
CMYK
RGB Variations
Color information
#2E224D (or 0x2E224D) is known color: Violent Violet. HEX triplet: 2E, 22 and 4D. RGB value is (46,34,77). Sum of RGB (Red+Green+Blue) = 46+34+77=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E224D is #D1DDB2. Grayscale: #2A2A2A. Windows color (decimal): -13753779 or 5055022. OLE color: 5055022.
HSL color Cylindrical-coordinate representation of color #2E224D: hue angle of 256.74º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E224D is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 34 | 77 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.70 |
| HSL | 256.74º | 0.39% | 0.22% | - |
| HSV(B) | 256.74º | 0.56% | 0.3% | - |
| XYZ | 3.04 | 2.26 | 7.3 | - |
| YUV | 42.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 77 | 0.40 | 0.56 | 0 | 0.70 | 256.74 | 0.39 | 0.22 |
| Hex | 2E | 22 | 4D | 28 | 38 | 0 | 46 | 101 | 27 | 16 |
| Octal | 56 | 42 | 115 | 50 | 70 | 0 | 106 | 401 | 47 | 26 |
| Binary | 101110 | 100010 | 1001101 | 101000 | 111000 | 0 | 1000110 | 100000001 | 100111 | 10110 |
Color Harmonies of #2E224D
Complementary color
Monochromatic Colors of #2E224D
Black with #2E224D
Text Example
Text Example
White with #2E224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E224D; }
p { color: rgb(46,34,77); }
H1.HeaderClassName
{
color: #2E224D;
}
.AnyTagClassName
{
color: #2E224D;
}
</style>
background-color css
<style>
a { background-color: #2E224D; }
a { background-color: rgb(46,34,77); }
div.DivClassName
{
background-color: #2E224D;
}
.BgClassName
{
background-color: #2E224D;
}
</style>
border-color css
<style>
span { border-color: #2E224D; }
span { border-color: rgb(46,34,77); }
td.TdClassName
{
border-color: #2E224D;
}
.TagClassName
{
border-color: #2E224D;
}
</style>