Shades of Electric Indigo #710FE4
Tints of Electric Indigo #710FE4
RGB
CMYK
RGB Variations
Color information
#710FE4 (or 0x710FE4) is known color: Electric Indigo. HEX triplet: 71, 0F and E4. RGB value is (113,15,228). Sum of RGB (Red+Green+Blue) = 113+15+228=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #710FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FE4 is #8EF01B. Grayscale: #434343. Windows color (decimal): -9367580 or 14946161. OLE color: 14946161.
HSL color Cylindrical-coordinate representation of color #710FE4: hue angle of 267.61º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FE4 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 15 | 228 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.11 |
| HSL | 267.61º | 0.88% | 0.48% | - |
| HSV(B) | 267.61º | 0.93% | 0.89% | - |
| XYZ | 20.98 | 9.45 | 74.12 | - |
| YUV | 68.58 | 217.97 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 228 | 0.50 | 0.93 | 0 | 0.11 | 267.61 | 0.88 | 0.48 |
| Hex | 71 | F | E4 | 32 | 5D | 0 | B | 10C | 58 | 30 |
| Octal | 161 | 17 | 344 | 62 | 135 | 0 | 13 | 414 | 130 | 60 |
| Binary | 1110001 | 1111 | 11100100 | 110010 | 1011101 | 0 | 1011 | 100001100 | 1011000 | 110000 |
Color Harmonies of #710FE4
Complementary color
Monochromatic Colors of #710FE4
Black with #710FE4
Text Example
Text Example
White with #710FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FE4; }
p { color: rgb(113,15,228); }
H1.HeaderClassName
{
color: #710FE4;
}
.AnyTagClassName
{
color: #710FE4;
}
</style>
background-color css
<style>
a { background-color: #710FE4; }
a { background-color: rgb(113,15,228); }
div.DivClassName
{
background-color: #710FE4;
}
.BgClassName
{
background-color: #710FE4;
}
</style>
border-color css
<style>
span { border-color: #710FE4; }
span { border-color: rgb(113,15,228); }
td.TdClassName
{
border-color: #710FE4;
}
.TagClassName
{
border-color: #710FE4;
}
</style>