Shades of Violent Violet #2E124E
Tints of Violent Violet #2E124E
RGB
CMYK
RGB Variations
Color information
#2E124E (or 0x2E124E) is known color: Violent Violet. HEX triplet: 2E, 12 and 4E. RGB value is (46,18,78). Sum of RGB (Red+Green+Blue) = 46+18+78=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E124E is #D1EDB1. Grayscale: #212121. Windows color (decimal): -13757874 or 5116462. OLE color: 5116462.
HSL color Cylindrical-coordinate representation of color #2E124E: hue angle of 268º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E124E is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 18 | 78 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.69 |
| HSL | 268º | 0.63% | 0.19% | - |
| HSV(B) | 268º | 0.77% | 0.31% | - |
| XYZ | 2.72 | 1.56 | 7.37 | - |
| YUV | 33.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 78 | 0.41 | 0.77 | 0 | 0.69 | 268 | 0.63 | 0.19 |
| Hex | 2E | 12 | 4E | 29 | 4D | 0 | 45 | 10C | 3E | 13 |
| Octal | 56 | 22 | 116 | 51 | 115 | 0 | 105 | 414 | 76 | 23 |
| Binary | 101110 | 10010 | 1001110 | 101001 | 1001101 | 0 | 1000101 | 100001100 | 111110 | 10011 |
Color Harmonies of #2E124E
Complementary color
Monochromatic Colors of #2E124E
Black with #2E124E
Text Example
Text Example
White with #2E124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E124E; }
p { color: rgb(46,18,78); }
H1.HeaderClassName
{
color: #2E124E;
}
.AnyTagClassName
{
color: #2E124E;
}
</style>
background-color css
<style>
a { background-color: #2E124E; }
a { background-color: rgb(46,18,78); }
div.DivClassName
{
background-color: #2E124E;
}
.BgClassName
{
background-color: #2E124E;
}
</style>
border-color css
<style>
span { border-color: #2E124E; }
span { border-color: rgb(46,18,78); }
td.TdClassName
{
border-color: #2E124E;
}
.TagClassName
{
border-color: #2E124E;
}
</style>