Shades of Violent Violet #2E1B4A
Tints of Violent Violet #2E1B4A
RGB
CMYK
RGB Variations
Color information
#2E1B4A (or 0x2E1B4A) is known color: Violent Violet. HEX triplet: 2E, 1B and 4A. RGB value is (46,27,74). Sum of RGB (Red+Green+Blue) = 46+27+74=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E1B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B4A is #D1E4B5. Grayscale: #252525. Windows color (decimal): -13755574 or 4856622. OLE color: 4856622.
HSL color Cylindrical-coordinate representation of color #2E1B4A: hue angle of 264.26º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E1B4A is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 27 | 74 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.71 |
| HSL | 264.26º | 0.47% | 0.2% | - |
| HSV(B) | 264.26º | 0.64% | 0.29% | - |
| XYZ | 2.75 | 1.86 | 6.69 | - |
| YUV | 38.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 74 | 0.38 | 0.64 | 0 | 0.71 | 264.26 | 0.47 | 0.2 |
| Hex | 2E | 1B | 4A | 26 | 40 | 0 | 47 | 108 | 2F | 14 |
| Octal | 56 | 33 | 112 | 46 | 100 | 0 | 107 | 410 | 57 | 24 |
| Binary | 101110 | 11011 | 1001010 | 100110 | 1000000 | 0 | 1000111 | 100001000 | 101111 | 10100 |
Color Harmonies of #2E1B4A
Complementary color
Monochromatic Colors of #2E1B4A
Black with #2E1B4A
Text Example
Text Example
White with #2E1B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B4A; }
p { color: rgb(46,27,74); }
H1.HeaderClassName
{
color: #2E1B4A;
}
.AnyTagClassName
{
color: #2E1B4A;
}
</style>
background-color css
<style>
a { background-color: #2E1B4A; }
a { background-color: rgb(46,27,74); }
div.DivClassName
{
background-color: #2E1B4A;
}
.BgClassName
{
background-color: #2E1B4A;
}
</style>
border-color css
<style>
span { border-color: #2E1B4A; }
span { border-color: rgb(46,27,74); }
td.TdClassName
{
border-color: #2E1B4A;
}
.TagClassName
{
border-color: #2E1B4A;
}
</style>