Shades of Electric Indigo #710AE1
Tints of Electric Indigo #710AE1
RGB
CMYK
RGB Variations
Color information
#710AE1 (or 0x710AE1) is known color: Electric Indigo. HEX triplet: 71, 0A and E1. RGB value is (113,10,225). Sum of RGB (Red+Green+Blue) = 113+10+225=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #710AE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710AE1 is #8EF51E. Grayscale: #404040. Windows color (decimal): -9368863 or 14748273. OLE color: 14748273.
HSL color Cylindrical-coordinate representation of color #710AE1: hue angle of 268.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710AE1 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 10 | 225 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.12 |
| HSL | 268.74º | 0.91% | 0.46% | - |
| HSV(B) | 268.74º | 0.96% | 0.88% | - |
| XYZ | 20.51 | 9.16 | 71.92 | - |
| YUV | 65.31 | 218.12 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 225 | 0.50 | 0.96 | 0 | 0.12 | 268.74 | 0.91 | 0.46 |
| Hex | 71 | A | E1 | 32 | 60 | 0 | C | 10D | 5B | 2E |
| Octal | 161 | 12 | 341 | 62 | 140 | 0 | 14 | 415 | 133 | 56 |
| Binary | 1110001 | 1010 | 11100001 | 110010 | 1100000 | 0 | 1100 | 100001101 | 1011011 | 101110 |
Color Harmonies of #710AE1
Complementary color
Monochromatic Colors of #710AE1
Black with #710AE1
Text Example
Text Example
White with #710AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710AE1; }
p { color: rgb(113,10,225); }
H1.HeaderClassName
{
color: #710AE1;
}
.AnyTagClassName
{
color: #710AE1;
}
</style>
background-color css
<style>
a { background-color: #710AE1; }
a { background-color: rgb(113,10,225); }
div.DivClassName
{
background-color: #710AE1;
}
.BgClassName
{
background-color: #710AE1;
}
</style>
border-color css
<style>
span { border-color: #710AE1; }
span { border-color: rgb(113,10,225); }
td.TdClassName
{
border-color: #710AE1;
}
.TagClassName
{
border-color: #710AE1;
}
</style>