Shades of Violent Violet #2E154F
Tints of Violent Violet #2E154F
RGB
CMYK
RGB Variations
Color information
#2E154F (or 0x2E154F) is known color: Violent Violet. HEX triplet: 2E, 15 and 4F. RGB value is (46,21,79). Sum of RGB (Red+Green+Blue) = 46+21+79=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E154F is #D1EAB0. Grayscale: #222222. Windows color (decimal): -13757105 or 5182766. OLE color: 5182766.
HSL color Cylindrical-coordinate representation of color #2E154F: hue angle of 265.86º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E154F is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 21 | 79 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.69 |
| HSL | 265.86º | 0.58% | 0.2% | - |
| HSV(B) | 265.86º | 0.73% | 0.31% | - |
| XYZ | 2.81 | 1.68 | 7.57 | - |
| YUV | 35.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 79 | 0.42 | 0.73 | 0 | 0.69 | 265.86 | 0.58 | 0.2 |
| Hex | 2E | 15 | 4F | 2A | 49 | 0 | 45 | 10A | 3A | 14 |
| Octal | 56 | 25 | 117 | 52 | 111 | 0 | 105 | 412 | 72 | 24 |
| Binary | 101110 | 10101 | 1001111 | 101010 | 1001001 | 0 | 1000101 | 100001010 | 111010 | 10100 |
Color Harmonies of #2E154F
Complementary color
Monochromatic Colors of #2E154F
Black with #2E154F
Text Example
Text Example
White with #2E154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E154F; }
p { color: rgb(46,21,79); }
H1.HeaderClassName
{
color: #2E154F;
}
.AnyTagClassName
{
color: #2E154F;
}
</style>
background-color css
<style>
a { background-color: #2E154F; }
a { background-color: rgb(46,21,79); }
div.DivClassName
{
background-color: #2E154F;
}
.BgClassName
{
background-color: #2E154F;
}
</style>
border-color css
<style>
span { border-color: #2E154F; }
span { border-color: rgb(46,21,79); }
td.TdClassName
{
border-color: #2E154F;
}
.TagClassName
{
border-color: #2E154F;
}
</style>