Shades of Violent Violet #2E2051
Tints of Violent Violet #2E2051
RGB
CMYK
RGB Variations
Color information
#2E2051 (or 0x2E2051) is known color: Violent Violet. HEX triplet: 2E, 20 and 51. RGB value is (46,32,81). Sum of RGB (Red+Green+Blue) = 46+32+81=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E2051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2051 is #D1DFAE. Grayscale: #292929. Windows color (decimal): -13754287 or 5316654. OLE color: 5316654.
HSL color Cylindrical-coordinate representation of color #2E2051: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E2051 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 32 | 81 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.68 |
| HSL | 257.14º | 0.43% | 0.22% | - |
| HSV(B) | 257.14º | 0.6% | 0.32% | - |
| XYZ | 3.13 | 2.21 | 8.05 | - |
| YUV | 41.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 81 | 0.43 | 0.60 | 0 | 0.68 | 257.14 | 0.43 | 0.22 |
| Hex | 2E | 20 | 51 | 2B | 3C | 0 | 44 | 101 | 2B | 16 |
| Octal | 56 | 40 | 121 | 53 | 74 | 0 | 104 | 401 | 53 | 26 |
| Binary | 101110 | 100000 | 1010001 | 101011 | 111100 | 0 | 1000100 | 100000001 | 101011 | 10110 |
Color Harmonies of #2E2051
Complementary color
Monochromatic Colors of #2E2051
Black with #2E2051
Text Example
Text Example
White with #2E2051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2051; }
p { color: rgb(46,32,81); }
H1.HeaderClassName
{
color: #2E2051;
}
.AnyTagClassName
{
color: #2E2051;
}
</style>
background-color css
<style>
a { background-color: #2E2051; }
a { background-color: rgb(46,32,81); }
div.DivClassName
{
background-color: #2E2051;
}
.BgClassName
{
background-color: #2E2051;
}
</style>
border-color css
<style>
span { border-color: #2E2051; }
span { border-color: rgb(46,32,81); }
td.TdClassName
{
border-color: #2E2051;
}
.TagClassName
{
border-color: #2E2051;
}
</style>