Shades of Electric Indigo #7118FE
Tints of Electric Indigo #7118FE
RGB
CMYK
RGB Variations
Color information
#7118FE (or 0x7118FE) is known color: Electric Indigo. HEX triplet: 71, 18 and FE. RGB value is (113,24,254). Sum of RGB (Red+Green+Blue) = 113+24+254=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7118FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7118FE is #8EE701. Grayscale: #4C4C4C. Windows color (decimal): -9365250 or 16652401. OLE color: 16652401.
HSL color Cylindrical-coordinate representation of color #7118FE: hue angle of 263.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7118FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 24 | 254 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.00 |
| HSL | 263.22º | 0.99% | 0.55% | - |
| HSV(B) | 263.22º | 0.91% | 1% | - |
| XYZ | 25.03 | 11.32 | 94.63 | - |
| YUV | 76.83 | 227.99 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 254 | 0.56 | 0.91 | 0 | 0.00 | 263.22 | 0.99 | 0.55 |
| Hex | 71 | 18 | FE | 38 | 5B | 0 | 0 | 107 | 63 | 37 |
| Octal | 161 | 30 | 376 | 70 | 133 | 0 | 0 | 407 | 143 | 67 |
| Binary | 1110001 | 11000 | 11111110 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100011 | 110111 |
Color Harmonies of #7118FE
Complementary color
Monochromatic Colors of #7118FE
Black with #7118FE
Text Example
Text Example
White with #7118FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7118FE; }
p { color: rgb(113,24,254); }
H1.HeaderClassName
{
color: #7118FE;
}
.AnyTagClassName
{
color: #7118FE;
}
</style>
background-color css
<style>
a { background-color: #7118FE; }
a { background-color: rgb(113,24,254); }
div.DivClassName
{
background-color: #7118FE;
}
.BgClassName
{
background-color: #7118FE;
}
</style>
border-color css
<style>
span { border-color: #7118FE; }
span { border-color: rgb(113,24,254); }
td.TdClassName
{
border-color: #7118FE;
}
.TagClassName
{
border-color: #7118FE;
}
</style>