Shades of Violent Violet #2E1849
Tints of Violent Violet #2E1849
RGB
CMYK
RGB Variations
Color information
#2E1849 (or 0x2E1849) is known color: Violent Violet. HEX triplet: 2E, 18 and 49. RGB value is (46,24,73). Sum of RGB (Red+Green+Blue) = 46+24+73=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E1849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1849 is #D1E7B6. Grayscale: #232323. Windows color (decimal): -13756343 or 4790318. OLE color: 4790318.
HSL color Cylindrical-coordinate representation of color #2E1849: hue angle of 266.94º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1849 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 24 | 73 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.71 |
| HSL | 266.94º | 0.51% | 0.19% | - |
| HSV(B) | 266.94º | 0.67% | 0.29% | - |
| XYZ | 2.66 | 1.72 | 6.49 | - |
| YUV | 36.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 73 | 0.37 | 0.67 | 0 | 0.71 | 266.94 | 0.51 | 0.19 |
| Hex | 2E | 18 | 49 | 25 | 43 | 0 | 47 | 10B | 33 | 13 |
| Octal | 56 | 30 | 111 | 45 | 103 | 0 | 107 | 413 | 63 | 23 |
| Binary | 101110 | 11000 | 1001001 | 100101 | 1000011 | 0 | 1000111 | 100001011 | 110011 | 10011 |
Color Harmonies of #2E1849
Complementary color
Monochromatic Colors of #2E1849
Black with #2E1849
Text Example
Text Example
White with #2E1849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1849; }
p { color: rgb(46,24,73); }
H1.HeaderClassName
{
color: #2E1849;
}
.AnyTagClassName
{
color: #2E1849;
}
</style>
background-color css
<style>
a { background-color: #2E1849; }
a { background-color: rgb(46,24,73); }
div.DivClassName
{
background-color: #2E1849;
}
.BgClassName
{
background-color: #2E1849;
}
</style>
border-color css
<style>
span { border-color: #2E1849; }
span { border-color: rgb(46,24,73); }
td.TdClassName
{
border-color: #2E1849;
}
.TagClassName
{
border-color: #2E1849;
}
</style>