Shades of Violent Violet #2E144B
Tints of Violent Violet #2E144B
RGB
CMYK
RGB Variations
Color information
#2E144B (or 0x2E144B) is known color: Violent Violet. HEX triplet: 2E, 14 and 4B. RGB value is (46,20,75). Sum of RGB (Red+Green+Blue) = 46+20+75=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E144B is #D1EBB4. Grayscale: #212121. Windows color (decimal): -13757365 or 4920366. OLE color: 4920366.
HSL color Cylindrical-coordinate representation of color #2E144B: hue angle of 268.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E144B is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 20 | 75 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.71 |
| HSL | 268.36º | 0.58% | 0.19% | - |
| HSV(B) | 268.36º | 0.73% | 0.29% | - |
| XYZ | 2.65 | 1.59 | 6.82 | - |
| YUV | 34.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 75 | 0.39 | 0.73 | 0 | 0.71 | 268.36 | 0.58 | 0.19 |
| Hex | 2E | 14 | 4B | 27 | 49 | 0 | 47 | 10C | 3A | 13 |
| Octal | 56 | 24 | 113 | 47 | 111 | 0 | 107 | 414 | 72 | 23 |
| Binary | 101110 | 10100 | 1001011 | 100111 | 1001001 | 0 | 1000111 | 100001100 | 111010 | 10011 |
Color Harmonies of #2E144B
Complementary color
Monochromatic Colors of #2E144B
Black with #2E144B
Text Example
Text Example
White with #2E144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E144B; }
p { color: rgb(46,20,75); }
H1.HeaderClassName
{
color: #2E144B;
}
.AnyTagClassName
{
color: #2E144B;
}
</style>
background-color css
<style>
a { background-color: #2E144B; }
a { background-color: rgb(46,20,75); }
div.DivClassName
{
background-color: #2E144B;
}
.BgClassName
{
background-color: #2E144B;
}
</style>
border-color css
<style>
span { border-color: #2E144B; }
span { border-color: rgb(46,20,75); }
td.TdClassName
{
border-color: #2E144B;
}
.TagClassName
{
border-color: #2E144B;
}
</style>