Shades of Violent Violet #1E1346
Tints of Violent Violet #1E1346
RGB
CMYK
RGB Variations
Color information
#1E1346 (or 0x1E1346) is known color: Violent Violet. HEX triplet: 1E, 13 and 46. RGB value is (30,19,70). Sum of RGB (Red+Green+Blue) = 30+19+70=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1346 is #E1ECB9. Grayscale: #1B1B1B. Windows color (decimal): -14806202 or 4592414. OLE color: 4592414.
HSL color Cylindrical-coordinate representation of color #1E1346: hue angle of 252.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E1346 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 19 | 70 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.73 |
| HSL | 252.94º | 0.57% | 0.17% | - |
| HSV(B) | 252.94º | 0.73% | 0.27% | - |
| XYZ | 1.87 | 1.18 | 5.92 | - |
| YUV | 28.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 70 | 0.57 | 0.73 | 0 | 0.73 | 252.94 | 0.57 | 0.17 |
| Hex | 1E | 13 | 46 | 39 | 49 | 0 | 49 | FD | 39 | 11 |
| Octal | 36 | 23 | 106 | 71 | 111 | 0 | 111 | 375 | 71 | 21 |
| Binary | 11110 | 10011 | 1000110 | 111001 | 1001001 | 0 | 1001001 | 11111101 | 111001 | 10001 |
Color Harmonies of #1E1346
Complementary color
Monochromatic Colors of #1E1346
Black with #1E1346
Text Example
Text Example
White with #1E1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1346; }
p { color: rgb(30,19,70); }
H1.HeaderClassName
{
color: #1E1346;
}
.AnyTagClassName
{
color: #1E1346;
}
</style>
background-color css
<style>
a { background-color: #1E1346; }
a { background-color: rgb(30,19,70); }
div.DivClassName
{
background-color: #1E1346;
}
.BgClassName
{
background-color: #1E1346;
}
</style>
border-color css
<style>
span { border-color: #1E1346; }
span { border-color: rgb(30,19,70); }
td.TdClassName
{
border-color: #1E1346;
}
.TagClassName
{
border-color: #1E1346;
}
</style>