Shades of Violent Violet #1E124A
Tints of Violent Violet #1E124A
RGB
CMYK
RGB Variations
Color information
#1E124A (or 0x1E124A) is known color: Violent Violet. HEX triplet: 1E, 12 and 4A. RGB value is (30,18,74). Sum of RGB (Red+Green+Blue) = 30+18+74=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #1E124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E124A is #E1EDB5. Grayscale: #1B1B1B. Windows color (decimal): -14806454 or 4854302. OLE color: 4854302.
HSL color Cylindrical-coordinate representation of color #1E124A: hue angle of 252.86º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E124A is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 18 | 74 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.71 |
| HSL | 252.86º | 0.61% | 0.18% | - |
| HSV(B) | 252.86º | 0.76% | 0.29% | - |
| XYZ | 1.99 | 1.2 | 6.61 | - |
| YUV | 27.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 74 | 0.59 | 0.76 | 0 | 0.71 | 252.86 | 0.61 | 0.18 |
| Hex | 1E | 12 | 4A | 3B | 4C | 0 | 47 | FD | 3D | 12 |
| Octal | 36 | 22 | 112 | 73 | 114 | 0 | 107 | 375 | 75 | 22 |
| Binary | 11110 | 10010 | 1001010 | 111011 | 1001100 | 0 | 1000111 | 11111101 | 111101 | 10010 |
Color Harmonies of #1E124A
Complementary color
Monochromatic Colors of #1E124A
Black with #1E124A
Text Example
Text Example
White with #1E124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E124A; }
p { color: rgb(30,18,74); }
H1.HeaderClassName
{
color: #1E124A;
}
.AnyTagClassName
{
color: #1E124A;
}
</style>
background-color css
<style>
a { background-color: #1E124A; }
a { background-color: rgb(30,18,74); }
div.DivClassName
{
background-color: #1E124A;
}
.BgClassName
{
background-color: #1E124A;
}
</style>
border-color css
<style>
span { border-color: #1E124A; }
span { border-color: rgb(30,18,74); }
td.TdClassName
{
border-color: #1E124A;
}
.TagClassName
{
border-color: #1E124A;
}
</style>