Shades of Violent Violet #2E2050
Tints of Violent Violet #2E2050
RGB
CMYK
RGB Variations
Color information
#2E2050 (or 0x2E2050) is known color: Violent Violet. HEX triplet: 2E, 20 and 50. RGB value is (46,32,80). Sum of RGB (Red+Green+Blue) = 46+32+80=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E2050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2050 is #D1DFAF. Grayscale: #292929. Windows color (decimal): -13754288 or 5251118. OLE color: 5251118.
HSL color Cylindrical-coordinate representation of color #2E2050: hue angle of 257.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E2050 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 32 | 80 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.69 |
| HSL | 257.5º | 0.43% | 0.22% | - |
| HSV(B) | 257.5º | 0.6% | 0.31% | - |
| XYZ | 3.09 | 2.19 | 7.85 | - |
| YUV | 41.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 80 | 0.42 | 0.60 | 0 | 0.69 | 257.5 | 0.43 | 0.22 |
| Hex | 2E | 20 | 50 | 2A | 3C | 0 | 45 | 102 | 2B | 16 |
| Octal | 56 | 40 | 120 | 52 | 74 | 0 | 105 | 402 | 53 | 26 |
| Binary | 101110 | 100000 | 1010000 | 101010 | 111100 | 0 | 1000101 | 100000010 | 101011 | 10110 |
Color Harmonies of #2E2050
Complementary color
Monochromatic Colors of #2E2050
Black with #2E2050
Text Example
Text Example
White with #2E2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2050; }
p { color: rgb(46,32,80); }
H1.HeaderClassName
{
color: #2E2050;
}
.AnyTagClassName
{
color: #2E2050;
}
</style>
background-color css
<style>
a { background-color: #2E2050; }
a { background-color: rgb(46,32,80); }
div.DivClassName
{
background-color: #2E2050;
}
.BgClassName
{
background-color: #2E2050;
}
</style>
border-color css
<style>
span { border-color: #2E2050; }
span { border-color: rgb(46,32,80); }
td.TdClassName
{
border-color: #2E2050;
}
.TagClassName
{
border-color: #2E2050;
}
</style>