Shades of Violent Violet #1E1248
Tints of Violent Violet #1E1248
RGB
CMYK
RGB Variations
Color information
#1E1248 (or 0x1E1248) is known color: Violent Violet. HEX triplet: 1E, 12 and 48. RGB value is (30,18,72). Sum of RGB (Red+Green+Blue) = 30+18+72=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1248 is #E1EDB7. Grayscale: #1B1B1B. Windows color (decimal): -14806456 or 4723230. OLE color: 4723230.
HSL color Cylindrical-coordinate representation of color #1E1248: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E1248 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 18 | 72 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.72 |
| HSL | 253.33º | 0.6% | 0.18% | - |
| HSV(B) | 253.33º | 0.75% | 0.28% | - |
| XYZ | 1.92 | 1.18 | 6.26 | - |
| YUV | 27.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 72 | 0.58 | 0.75 | 0 | 0.72 | 253.33 | 0.6 | 0.18 |
| Hex | 1E | 12 | 48 | 3A | 4B | 0 | 48 | FD | 3C | 12 |
| Octal | 36 | 22 | 110 | 72 | 113 | 0 | 110 | 375 | 74 | 22 |
| Binary | 11110 | 10010 | 1001000 | 111010 | 1001011 | 0 | 1001000 | 11111101 | 111100 | 10010 |
Color Harmonies of #1E1248
Complementary color
Monochromatic Colors of #1E1248
Black with #1E1248
Text Example
Text Example
White with #1E1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1248; }
p { color: rgb(30,18,72); }
H1.HeaderClassName
{
color: #1E1248;
}
.AnyTagClassName
{
color: #1E1248;
}
</style>
background-color css
<style>
a { background-color: #1E1248; }
a { background-color: rgb(30,18,72); }
div.DivClassName
{
background-color: #1E1248;
}
.BgClassName
{
background-color: #1E1248;
}
</style>
border-color css
<style>
span { border-color: #1E1248; }
span { border-color: rgb(30,18,72); }
td.TdClassName
{
border-color: #1E1248;
}
.TagClassName
{
border-color: #1E1248;
}
</style>