Shades of Violent Violet #2E1E41
Tints of Violent Violet #2E1E41
RGB
CMYK
RGB Variations
Color information
#2E1E41 (or 0x2E1E41) is known color: Violent Violet. HEX triplet: 2E, 1E and 41. RGB value is (46,30,65). Sum of RGB (Red+Green+Blue) = 46+30+65=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E1E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1E41 is #D1E1BE. Grayscale: #262626. Windows color (decimal): -13754815 or 4267566. OLE color: 4267566.
HSL color Cylindrical-coordinate representation of color #2E1E41: hue angle of 267.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1E41 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 30 | 65 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.75 |
| HSL | 267.43º | 0.37% | 0.19% | - |
| HSV(B) | 267.43º | 0.54% | 0.25% | - |
| XYZ | 2.55 | 1.89 | 5.23 | - |
| YUV | 38.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 65 | 0.29 | 0.54 | 0 | 0.75 | 267.43 | 0.37 | 0.19 |
| Hex | 2E | 1E | 41 | 1D | 36 | 0 | 4B | 10B | 25 | 13 |
| Octal | 56 | 36 | 101 | 35 | 66 | 0 | 113 | 413 | 45 | 23 |
| Binary | 101110 | 11110 | 1000001 | 11101 | 110110 | 0 | 1001011 | 100001011 | 100101 | 10011 |
Color Harmonies of #2E1E41
Complementary color
Monochromatic Colors of #2E1E41
Black with #2E1E41
Text Example
Text Example
White with #2E1E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1E41; }
p { color: rgb(46,30,65); }
H1.HeaderClassName
{
color: #2E1E41;
}
.AnyTagClassName
{
color: #2E1E41;
}
</style>
background-color css
<style>
a { background-color: #2E1E41; }
a { background-color: rgb(46,30,65); }
div.DivClassName
{
background-color: #2E1E41;
}
.BgClassName
{
background-color: #2E1E41;
}
</style>
border-color css
<style>
span { border-color: #2E1E41; }
span { border-color: rgb(46,30,65); }
td.TdClassName
{
border-color: #2E1E41;
}
.TagClassName
{
border-color: #2E1E41;
}
</style>