Shades of Electric Indigo #7117EA
Tints of Electric Indigo #7117EA
RGB
CMYK
RGB Variations
Color information
#7117EA (or 0x7117EA) is known color: Electric Indigo. HEX triplet: 71, 17 and EA. RGB value is (113,23,234). Sum of RGB (Red+Green+Blue) = 113+23+234=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #7117EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117EA is #8EE815. Grayscale: #494949. Windows color (decimal): -9365526 or 15341425. OLE color: 15341425.
HSL color Cylindrical-coordinate representation of color #7117EA: hue angle of 265.59º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7117EA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 23 | 234 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.08 |
| HSL | 265.59º | 0.83% | 0.5% | - |
| HSV(B) | 265.59º | 0.9% | 0.92% | - |
| XYZ | 21.97 | 10.06 | 78.63 | - |
| YUV | 73.96 | 218.32 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 234 | 0.52 | 0.90 | 0 | 0.08 | 265.59 | 0.83 | 0.5 |
| Hex | 71 | 17 | EA | 34 | 5A | 0 | 8 | 10A | 53 | 32 |
| Octal | 161 | 27 | 352 | 64 | 132 | 0 | 10 | 412 | 123 | 62 |
| Binary | 1110001 | 10111 | 11101010 | 110100 | 1011010 | 0 | 1000 | 100001010 | 1010011 | 110010 |
Color Harmonies of #7117EA
Complementary color
Monochromatic Colors of #7117EA
Black with #7117EA
Text Example
Text Example
White with #7117EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117EA; }
p { color: rgb(113,23,234); }
H1.HeaderClassName
{
color: #7117EA;
}
.AnyTagClassName
{
color: #7117EA;
}
</style>
background-color css
<style>
a { background-color: #7117EA; }
a { background-color: rgb(113,23,234); }
div.DivClassName
{
background-color: #7117EA;
}
.BgClassName
{
background-color: #7117EA;
}
</style>
border-color css
<style>
span { border-color: #7117EA; }
span { border-color: rgb(113,23,234); }
td.TdClassName
{
border-color: #7117EA;
}
.TagClassName
{
border-color: #7117EA;
}
</style>