Shades of Violent Violet #2E1847
Tints of Violent Violet #2E1847
RGB
CMYK
RGB Variations
Color information
#2E1847 (or 0x2E1847) is known color: Violent Violet. HEX triplet: 2E, 18 and 47. RGB value is (46,24,71). Sum of RGB (Red+Green+Blue) = 46+24+71=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E1847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1847 is #D1E7B8. Grayscale: #232323. Windows color (decimal): -13756345 or 4659246. OLE color: 4659246.
HSL color Cylindrical-coordinate representation of color #2E1847: hue angle of 268.09º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E1847 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 24 | 71 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.72 |
| HSL | 268.09º | 0.49% | 0.19% | - |
| HSV(B) | 268.09º | 0.66% | 0.28% | - |
| XYZ | 2.59 | 1.69 | 6.15 | - |
| YUV | 35.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 71 | 0.35 | 0.66 | 0 | 0.72 | 268.09 | 0.49 | 0.19 |
| Hex | 2E | 18 | 47 | 23 | 42 | 0 | 48 | 10C | 31 | 13 |
| Octal | 56 | 30 | 107 | 43 | 102 | 0 | 110 | 414 | 61 | 23 |
| Binary | 101110 | 11000 | 1000111 | 100011 | 1000010 | 0 | 1001000 | 100001100 | 110001 | 10011 |
Color Harmonies of #2E1847
Complementary color
Monochromatic Colors of #2E1847
Black with #2E1847
Text Example
Text Example
White with #2E1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1847; }
p { color: rgb(46,24,71); }
H1.HeaderClassName
{
color: #2E1847;
}
.AnyTagClassName
{
color: #2E1847;
}
</style>
background-color css
<style>
a { background-color: #2E1847; }
a { background-color: rgb(46,24,71); }
div.DivClassName
{
background-color: #2E1847;
}
.BgClassName
{
background-color: #2E1847;
}
</style>
border-color css
<style>
span { border-color: #2E1847; }
span { border-color: rgb(46,24,71); }
td.TdClassName
{
border-color: #2E1847;
}
.TagClassName
{
border-color: #2E1847;
}
</style>