Shades of Violent Violet #2E2046
Tints of Violent Violet #2E2046
RGB
CMYK
RGB Variations
Color information
#2E2046 (or 0x2E2046) is known color: Violent Violet. HEX triplet: 2E, 20 and 46. RGB value is (46,32,70). Sum of RGB (Red+Green+Blue) = 46+32+70=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E2046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2046 is #D1DFB9. Grayscale: #282828. Windows color (decimal): -13754298 or 4595758. OLE color: 4595758.
HSL color Cylindrical-coordinate representation of color #2E2046: hue angle of 262.11º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E2046 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 32 | 70 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.73 |
| HSL | 262.11º | 0.37% | 0.2% | - |
| HSV(B) | 262.11º | 0.54% | 0.27% | - |
| XYZ | 2.75 | 2.06 | 6.05 | - |
| YUV | 40.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 70 | 0.34 | 0.54 | 0 | 0.73 | 262.11 | 0.37 | 0.2 |
| Hex | 2E | 20 | 46 | 22 | 36 | 0 | 49 | 106 | 25 | 14 |
| Octal | 56 | 40 | 106 | 42 | 66 | 0 | 111 | 406 | 45 | 24 |
| Binary | 101110 | 100000 | 1000110 | 100010 | 110110 | 0 | 1001001 | 100000110 | 100101 | 10100 |
Color Harmonies of #2E2046
Complementary color
Monochromatic Colors of #2E2046
Black with #2E2046
Text Example
Text Example
White with #2E2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2046; }
p { color: rgb(46,32,70); }
H1.HeaderClassName
{
color: #2E2046;
}
.AnyTagClassName
{
color: #2E2046;
}
</style>
background-color css
<style>
a { background-color: #2E2046; }
a { background-color: rgb(46,32,70); }
div.DivClassName
{
background-color: #2E2046;
}
.BgClassName
{
background-color: #2E2046;
}
</style>
border-color css
<style>
span { border-color: #2E2046; }
span { border-color: rgb(46,32,70); }
td.TdClassName
{
border-color: #2E2046;
}
.TagClassName
{
border-color: #2E2046;
}
</style>