Shades of Electric Indigo #7117ED
Tints of Electric Indigo #7117ED
RGB
CMYK
RGB Variations
Color information
#7117ED (or 0x7117ED) is known color: Electric Indigo. HEX triplet: 71, 17 and ED. RGB value is (113,23,237). Sum of RGB (Red+Green+Blue) = 113+23+237=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 23 (9.38% from 255 or 6.17% 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 #7117ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117ED is #8EE812. Grayscale: #494949. Windows color (decimal): -9365523 or 15538033. OLE color: 15538033.
HSL color Cylindrical-coordinate representation of color #7117ED: hue angle of 265.23º 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 #7117ED is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 23 | 237 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.07 |
| HSL | 265.23º | 0.86% | 0.51% | - |
| HSV(B) | 265.23º | 0.9% | 0.93% | - |
| XYZ | 22.4 | 10.24 | 80.92 | - |
| YUV | 74.31 | 219.82 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 237 | 0.52 | 0.90 | 0 | 0.07 | 265.23 | 0.86 | 0.51 |
| Hex | 71 | 17 | ED | 34 | 5A | 0 | 7 | 109 | 56 | 33 |
| Octal | 161 | 27 | 355 | 64 | 132 | 0 | 7 | 411 | 126 | 63 |
| Binary | 1110001 | 10111 | 11101101 | 110100 | 1011010 | 0 | 111 | 100001001 | 1010110 | 110011 |
Color Harmonies of #7117ED
Complementary color
Monochromatic Colors of #7117ED
Black with #7117ED
Text Example
Text Example
White with #7117ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117ED; }
p { color: rgb(113,23,237); }
H1.HeaderClassName
{
color: #7117ED;
}
.AnyTagClassName
{
color: #7117ED;
}
</style>
background-color css
<style>
a { background-color: #7117ED; }
a { background-color: rgb(113,23,237); }
div.DivClassName
{
background-color: #7117ED;
}
.BgClassName
{
background-color: #7117ED;
}
</style>
border-color css
<style>
span { border-color: #7117ED; }
span { border-color: rgb(113,23,237); }
td.TdClassName
{
border-color: #7117ED;
}
.TagClassName
{
border-color: #7117ED;
}
</style>