Shades of Violent Violet #2E2144
Tints of Violent Violet #2E2144
RGB
CMYK
RGB Variations
Color information
#2E2144 (or 0x2E2144) is known color: Violent Violet. HEX triplet: 2E, 21 and 44. RGB value is (46,33,68). Sum of RGB (Red+Green+Blue) = 46+33+68=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E2144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2144 is #D1DEBB. Grayscale: #282828. Windows color (decimal): -13754044 or 4464942. OLE color: 4464942.
HSL color Cylindrical-coordinate representation of color #2E2144: hue angle of 262.29º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E2144 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 33 | 68 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.73 |
| HSL | 262.29º | 0.35% | 0.2% | - |
| HSV(B) | 262.29º | 0.51% | 0.27% | - |
| XYZ | 2.71 | 2.09 | 5.73 | - |
| YUV | 40.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 68 | 0.32 | 0.51 | 0 | 0.73 | 262.29 | 0.35 | 0.2 |
| Hex | 2E | 21 | 44 | 20 | 33 | 0 | 49 | 106 | 23 | 14 |
| Octal | 56 | 41 | 104 | 40 | 63 | 0 | 111 | 406 | 43 | 24 |
| Binary | 101110 | 100001 | 1000100 | 100000 | 110011 | 0 | 1001001 | 100000110 | 100011 | 10100 |
Color Harmonies of #2E2144
Complementary color
Monochromatic Colors of #2E2144
Black with #2E2144
Text Example
Text Example
White with #2E2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2144; }
p { color: rgb(46,33,68); }
H1.HeaderClassName
{
color: #2E2144;
}
.AnyTagClassName
{
color: #2E2144;
}
</style>
background-color css
<style>
a { background-color: #2E2144; }
a { background-color: rgb(46,33,68); }
div.DivClassName
{
background-color: #2E2144;
}
.BgClassName
{
background-color: #2E2144;
}
</style>
border-color css
<style>
span { border-color: #2E2144; }
span { border-color: rgb(46,33,68); }
td.TdClassName
{
border-color: #2E2144;
}
.TagClassName
{
border-color: #2E2144;
}
</style>