Shades of Violent Violet #2E154B
Tints of Violent Violet #2E154B
RGB
CMYK
RGB Variations
Color information
#2E154B (or 0x2E154B) is known color: Violent Violet. HEX triplet: 2E, 15 and 4B. RGB value is (46,21,75). Sum of RGB (Red+Green+Blue) = 46+21+75=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E154B is #D1EAB4. Grayscale: #222222. Windows color (decimal): -13757109 or 4920622. OLE color: 4920622.
HSL color Cylindrical-coordinate representation of color #2E154B: hue angle of 267.78º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E154B is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 21 | 75 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.71 |
| HSL | 267.78º | 0.56% | 0.19% | - |
| HSV(B) | 267.78º | 0.72% | 0.29% | - |
| XYZ | 2.66 | 1.63 | 6.83 | - |
| YUV | 34.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 75 | 0.39 | 0.72 | 0 | 0.71 | 267.78 | 0.56 | 0.19 |
| Hex | 2E | 15 | 4B | 27 | 48 | 0 | 47 | 10C | 38 | 13 |
| Octal | 56 | 25 | 113 | 47 | 110 | 0 | 107 | 414 | 70 | 23 |
| Binary | 101110 | 10101 | 1001011 | 100111 | 1001000 | 0 | 1000111 | 100001100 | 111000 | 10011 |
Color Harmonies of #2E154B
Complementary color
Monochromatic Colors of #2E154B
Black with #2E154B
Text Example
Text Example
White with #2E154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E154B; }
p { color: rgb(46,21,75); }
H1.HeaderClassName
{
color: #2E154B;
}
.AnyTagClassName
{
color: #2E154B;
}
</style>
background-color css
<style>
a { background-color: #2E154B; }
a { background-color: rgb(46,21,75); }
div.DivClassName
{
background-color: #2E154B;
}
.BgClassName
{
background-color: #2E154B;
}
</style>
border-color css
<style>
span { border-color: #2E154B; }
span { border-color: rgb(46,21,75); }
td.TdClassName
{
border-color: #2E154B;
}
.TagClassName
{
border-color: #2E154B;
}
</style>