Shades of Violent Violet #2E1654
Tints of Violent Violet #2E1654
RGB
CMYK
RGB Variations
Color information
#2E1654 (or 0x2E1654) is known color: Violent Violet. HEX triplet: 2E, 16 and 54. RGB value is (46,22,84). Sum of RGB (Red+Green+Blue) = 46+22+84=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E1654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1654 is #D1E9AB. Grayscale: #242424. Windows color (decimal): -13756844 or 5510702. OLE color: 5510702.
HSL color Cylindrical-coordinate representation of color #2E1654: hue angle of 263.23º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E1654 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 22 | 84 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.67 |
| HSL | 263.23º | 0.58% | 0.21% | - |
| HSV(B) | 263.23º | 0.74% | 0.33% | - |
| XYZ | 3.01 | 1.79 | 8.58 | - |
| YUV | 36.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 84 | 0.45 | 0.74 | 0 | 0.67 | 263.23 | 0.58 | 0.21 |
| Hex | 2E | 16 | 54 | 2D | 4A | 0 | 43 | 107 | 3A | 15 |
| Octal | 56 | 26 | 124 | 55 | 112 | 0 | 103 | 407 | 72 | 25 |
| Binary | 101110 | 10110 | 1010100 | 101101 | 1001010 | 0 | 1000011 | 100000111 | 111010 | 10101 |
Color Harmonies of #2E1654
Complementary color
Monochromatic Colors of #2E1654
Black with #2E1654
Text Example
Text Example
White with #2E1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1654; }
p { color: rgb(46,22,84); }
H1.HeaderClassName
{
color: #2E1654;
}
.AnyTagClassName
{
color: #2E1654;
}
</style>
background-color css
<style>
a { background-color: #2E1654; }
a { background-color: rgb(46,22,84); }
div.DivClassName
{
background-color: #2E1654;
}
.BgClassName
{
background-color: #2E1654;
}
</style>
border-color css
<style>
span { border-color: #2E1654; }
span { border-color: rgb(46,22,84); }
td.TdClassName
{
border-color: #2E1654;
}
.TagClassName
{
border-color: #2E1654;
}
</style>