Shades of Violent Violet #2E2143
Tints of Violent Violet #2E2143
RGB
CMYK
RGB Variations
Color information
#2E2143 (or 0x2E2143) is known color: Violent Violet. HEX triplet: 2E, 21 and 43. RGB value is (46,33,67). Sum of RGB (Red+Green+Blue) = 46+33+67=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E2143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2143 is #D1DEBC. Grayscale: #282828. Windows color (decimal): -13754045 or 4399406. OLE color: 4399406.
HSL color Cylindrical-coordinate representation of color #2E2143: hue angle of 262.94º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E2143 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 33 | 67 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.74 |
| HSL | 262.94º | 0.34% | 0.2% | - |
| HSV(B) | 262.94º | 0.51% | 0.26% | - |
| XYZ | 2.68 | 2.07 | 5.57 | - |
| YUV | 40.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 67 | 0.31 | 0.51 | 0 | 0.74 | 262.94 | 0.34 | 0.2 |
| Hex | 2E | 21 | 43 | 1F | 33 | 0 | 4A | 107 | 22 | 14 |
| Octal | 56 | 41 | 103 | 37 | 63 | 0 | 112 | 407 | 42 | 24 |
| Binary | 101110 | 100001 | 1000011 | 11111 | 110011 | 0 | 1001010 | 100000111 | 100010 | 10100 |
Color Harmonies of #2E2143
Complementary color
Monochromatic Colors of #2E2143
Black with #2E2143
Text Example
Text Example
White with #2E2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2143; }
p { color: rgb(46,33,67); }
H1.HeaderClassName
{
color: #2E2143;
}
.AnyTagClassName
{
color: #2E2143;
}
</style>
background-color css
<style>
a { background-color: #2E2143; }
a { background-color: rgb(46,33,67); }
div.DivClassName
{
background-color: #2E2143;
}
.BgClassName
{
background-color: #2E2143;
}
</style>
border-color css
<style>
span { border-color: #2E2143; }
span { border-color: rgb(46,33,67); }
td.TdClassName
{
border-color: #2E2143;
}
.TagClassName
{
border-color: #2E2143;
}
</style>