Shades of Violent Violet #2E184E
Tints of Violent Violet #2E184E
RGB
CMYK
RGB Variations
Color information
#2E184E (or 0x2E184E) is known color: Violent Violet. HEX triplet: 2E, 18 and 4E. RGB value is (46,24,78). Sum of RGB (Red+Green+Blue) = 46+24+78=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E184E is #D1E7B1. Grayscale: #242424. Windows color (decimal): -13756338 or 5117998. OLE color: 5117998.
HSL color Cylindrical-coordinate representation of color #2E184E: hue angle of 264.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E184E is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 24 | 78 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.69 |
| HSL | 264.44º | 0.53% | 0.2% | - |
| HSV(B) | 264.44º | 0.69% | 0.31% | - |
| XYZ | 2.83 | 1.78 | 7.4 | - |
| YUV | 36.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 78 | 0.41 | 0.69 | 0 | 0.69 | 264.44 | 0.53 | 0.2 |
| Hex | 2E | 18 | 4E | 29 | 45 | 0 | 45 | 108 | 35 | 14 |
| Octal | 56 | 30 | 116 | 51 | 105 | 0 | 105 | 410 | 65 | 24 |
| Binary | 101110 | 11000 | 1001110 | 101001 | 1000101 | 0 | 1000101 | 100001000 | 110101 | 10100 |
Color Harmonies of #2E184E
Complementary color
Monochromatic Colors of #2E184E
Black with #2E184E
Text Example
Text Example
White with #2E184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E184E; }
p { color: rgb(46,24,78); }
H1.HeaderClassName
{
color: #2E184E;
}
.AnyTagClassName
{
color: #2E184E;
}
</style>
background-color css
<style>
a { background-color: #2E184E; }
a { background-color: rgb(46,24,78); }
div.DivClassName
{
background-color: #2E184E;
}
.BgClassName
{
background-color: #2E184E;
}
</style>
border-color css
<style>
span { border-color: #2E184E; }
span { border-color: rgb(46,24,78); }
td.TdClassName
{
border-color: #2E184E;
}
.TagClassName
{
border-color: #2E184E;
}
</style>