Shades of Violent Violet #1E004D
Tints of Violent Violet #1E004D
RGB
CMYK
RGB Variations
Color information
#1E004D (or 0x1E004D) is known color: Violent Violet. HEX triplet: 1E, 00 and 4D. RGB value is (30,0,77). Sum of RGB (Red+Green+Blue) = 30+0+77=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E004D is #E1FFB2. Grayscale: #111111. Windows color (decimal): -14811059 or 5046302. OLE color: 5046302.
HSL color Cylindrical-coordinate representation of color #1E004D: hue angle of 263.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E004D is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 0 | 77 | - |
| CMYK | 0.61 | 1 | 0 | 0.70 |
| HSL | 263.38º | 1% | 0.15% | - |
| HSV(B) | 263.38º | 1% | 0.3% | - |
| XYZ | 1.87 | 0.81 | 7.08 | - |
| YUV | 17.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 77 | 0.61 | 1 | 0 | 0.70 | 263.38 | 1 | 0.15 |
| Hex | 1E | 0 | 4D | 3D | 64 | 0 | 46 | 107 | 64 | F |
| Octal | 36 | 0 | 115 | 75 | 144 | 0 | 106 | 407 | 144 | 17 |
| Binary | 11110 | 0 | 1001101 | 111101 | 1100100 | 0 | 1000110 | 100000111 | 1100100 | 1111 |
Color Harmonies of #1E004D
Complementary color
Monochromatic Colors of #1E004D
Black with #1E004D
Text Example
Text Example
White with #1E004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E004D; }
p { color: rgb(30,0,77); }
H1.HeaderClassName
{
color: #1E004D;
}
.AnyTagClassName
{
color: #1E004D;
}
</style>
background-color css
<style>
a { background-color: #1E004D; }
a { background-color: rgb(30,0,77); }
div.DivClassName
{
background-color: #1E004D;
}
.BgClassName
{
background-color: #1E004D;
}
</style>
border-color css
<style>
span { border-color: #1E004D; }
span { border-color: rgb(30,0,77); }
td.TdClassName
{
border-color: #1E004D;
}
.TagClassName
{
border-color: #1E004D;
}
</style>