Shades of Violent Violet #2E174C
Tints of Violent Violet #2E174C
RGB
CMYK
RGB Variations
Color information
#2E174C (or 0x2E174C) is known color: Violent Violet. HEX triplet: 2E, 17 and 4C. RGB value is (46,23,76). Sum of RGB (Red+Green+Blue) = 46+23+76=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E174C is #D1E8B3. Grayscale: #232323. Windows color (decimal): -13756596 or 4986670. OLE color: 4986670.
HSL color Cylindrical-coordinate representation of color #2E174C: hue angle of 266.04º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E174C is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 23 | 76 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.70 |
| HSL | 266.04º | 0.54% | 0.19% | - |
| HSV(B) | 266.04º | 0.7% | 0.3% | - |
| XYZ | 2.74 | 1.72 | 7.02 | - |
| YUV | 35.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 76 | 0.39 | 0.70 | 0 | 0.70 | 266.04 | 0.54 | 0.19 |
| Hex | 2E | 17 | 4C | 27 | 46 | 0 | 46 | 10A | 36 | 13 |
| Octal | 56 | 27 | 114 | 47 | 106 | 0 | 106 | 412 | 66 | 23 |
| Binary | 101110 | 10111 | 1001100 | 100111 | 1000110 | 0 | 1000110 | 100001010 | 110110 | 10011 |
Color Harmonies of #2E174C
Complementary color
Monochromatic Colors of #2E174C
Black with #2E174C
Text Example
Text Example
White with #2E174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E174C; }
p { color: rgb(46,23,76); }
H1.HeaderClassName
{
color: #2E174C;
}
.AnyTagClassName
{
color: #2E174C;
}
</style>
background-color css
<style>
a { background-color: #2E174C; }
a { background-color: rgb(46,23,76); }
div.DivClassName
{
background-color: #2E174C;
}
.BgClassName
{
background-color: #2E174C;
}
</style>
border-color css
<style>
span { border-color: #2E174C; }
span { border-color: rgb(46,23,76); }
td.TdClassName
{
border-color: #2E174C;
}
.TagClassName
{
border-color: #2E174C;
}
</style>