Shades of Violent Violet #2E1250
Tints of Violent Violet #2E1250
RGB
CMYK
RGB Variations
Color information
#2E1250 (or 0x2E1250) is known color: Violent Violet. HEX triplet: 2E, 12 and 50. RGB value is (46,18,80). Sum of RGB (Red+Green+Blue) = 46+18+80=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E1250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1250 is #D1EDAF. Grayscale: #212121. Windows color (decimal): -13757872 or 5247534. OLE color: 5247534.
HSL color Cylindrical-coordinate representation of color #2E1250: hue angle of 267.1º degrees, saturation: 0.63, 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 #2E1250 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 18 | 80 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.69 |
| HSL | 267.1º | 0.63% | 0.19% | - |
| HSV(B) | 267.1º | 0.78% | 0.31% | - |
| XYZ | 2.79 | 1.59 | 7.75 | - |
| YUV | 33.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 80 | 0.42 | 0.78 | 0 | 0.69 | 267.1 | 0.63 | 0.19 |
| Hex | 2E | 12 | 50 | 2A | 4E | 0 | 45 | 10B | 3F | 13 |
| Octal | 56 | 22 | 120 | 52 | 116 | 0 | 105 | 413 | 77 | 23 |
| Binary | 101110 | 10010 | 1010000 | 101010 | 1001110 | 0 | 1000101 | 100001011 | 111111 | 10011 |
Color Harmonies of #2E1250
Complementary color
Monochromatic Colors of #2E1250
Black with #2E1250
Text Example
Text Example
White with #2E1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1250; }
p { color: rgb(46,18,80); }
H1.HeaderClassName
{
color: #2E1250;
}
.AnyTagClassName
{
color: #2E1250;
}
</style>
background-color css
<style>
a { background-color: #2E1250; }
a { background-color: rgb(46,18,80); }
div.DivClassName
{
background-color: #2E1250;
}
.BgClassName
{
background-color: #2E1250;
}
</style>
border-color css
<style>
span { border-color: #2E1250; }
span { border-color: rgb(46,18,80); }
td.TdClassName
{
border-color: #2E1250;
}
.TagClassName
{
border-color: #2E1250;
}
</style>