Shades of Electric Indigo #710BE1
Tints of Electric Indigo #710BE1
RGB
CMYK
RGB Variations
Color information
#710BE1 (or 0x710BE1) is known color: Electric Indigo. HEX triplet: 71, 0B and E1. RGB value is (113,11,225). Sum of RGB (Red+Green+Blue) = 113+11+225=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 225 (88.28% from 255 or 64.47% from 349); Max value from RGB is 225 - color contains mainly: blue. Hex color #710BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BE1 is #8EF41E. Grayscale: #414141. Windows color (decimal): -9368607 or 14748529. OLE color: 14748529.
HSL color Cylindrical-coordinate representation of color #710BE1: hue angle of 268.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BE1 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 11 | 225 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.12 |
| HSL | 268.6º | 0.91% | 0.46% | - |
| HSV(B) | 268.6º | 0.95% | 0.88% | - |
| XYZ | 20.52 | 9.19 | 71.93 | - |
| YUV | 65.89 | 217.79 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 225 | 0.50 | 0.95 | 0 | 0.12 | 268.6 | 0.91 | 0.46 |
| Hex | 71 | B | E1 | 32 | 5F | 0 | C | 10D | 5B | 2E |
| Octal | 161 | 13 | 341 | 62 | 137 | 0 | 14 | 415 | 133 | 56 |
| Binary | 1110001 | 1011 | 11100001 | 110010 | 1011111 | 0 | 1100 | 100001101 | 1011011 | 101110 |
Color Harmonies of #710BE1
Complementary color
Monochromatic Colors of #710BE1
Black with #710BE1
Text Example
Text Example
White with #710BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BE1; }
p { color: rgb(113,11,225); }
H1.HeaderClassName
{
color: #710BE1;
}
.AnyTagClassName
{
color: #710BE1;
}
</style>
background-color css
<style>
a { background-color: #710BE1; }
a { background-color: rgb(113,11,225); }
div.DivClassName
{
background-color: #710BE1;
}
.BgClassName
{
background-color: #710BE1;
}
</style>
border-color css
<style>
span { border-color: #710BE1; }
span { border-color: rgb(113,11,225); }
td.TdClassName
{
border-color: #710BE1;
}
.TagClassName
{
border-color: #710BE1;
}
</style>