Shades of Electric Indigo #7018ED
Tints of Electric Indigo #7018ED
RGB
CMYK
RGB Variations
Color information
#7018ED (or 0x7018ED) is known color: Electric Indigo. HEX triplet: 70, 18 and ED. RGB value is (112,24,237). Sum of RGB (Red+Green+Blue) = 112+24+237=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #7018ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7018ED is #8FE712. Grayscale: #494949. Windows color (decimal): -9430803 or 15538288. OLE color: 15538288.
HSL color Cylindrical-coordinate representation of color #7018ED: hue angle of 264.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7018ED is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 24 | 237 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.07 |
| HSL | 264.79º | 0.86% | 0.51% | - |
| HSV(B) | 264.79º | 0.9% | 0.93% | - |
| XYZ | 22.29 | 10.21 | 80.92 | - |
| YUV | 74.59 | 219.65 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 237 | 0.53 | 0.90 | 0 | 0.07 | 264.79 | 0.86 | 0.51 |
| Hex | 70 | 18 | ED | 35 | 5A | 0 | 7 | 109 | 56 | 33 |
| Octal | 160 | 30 | 355 | 65 | 132 | 0 | 7 | 411 | 126 | 63 |
| Binary | 1110000 | 11000 | 11101101 | 110101 | 1011010 | 0 | 111 | 100001001 | 1010110 | 110011 |
Color Harmonies of #7018ED
Complementary color
Monochromatic Colors of #7018ED
Black with #7018ED
Text Example
Text Example
White with #7018ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7018ED; }
p { color: rgb(112,24,237); }
H1.HeaderClassName
{
color: #7018ED;
}
.AnyTagClassName
{
color: #7018ED;
}
</style>
background-color css
<style>
a { background-color: #7018ED; }
a { background-color: rgb(112,24,237); }
div.DivClassName
{
background-color: #7018ED;
}
.BgClassName
{
background-color: #7018ED;
}
</style>
border-color css
<style>
span { border-color: #7018ED; }
span { border-color: rgb(112,24,237); }
td.TdClassName
{
border-color: #7018ED;
}
.TagClassName
{
border-color: #7018ED;
}
</style>