Shades of Electric Indigo #710FEB
Tints of Electric Indigo #710FEB
RGB
CMYK
RGB Variations
Color information
#710FEB (or 0x710FEB) is known color: Electric Indigo. HEX triplet: 71, 0F and EB. RGB value is (113,15,235). Sum of RGB (Red+Green+Blue) = 113+15+235=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #710FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FEB is #8EF014. Grayscale: #444444. Windows color (decimal): -9367573 or 15404913. OLE color: 15404913.
HSL color Cylindrical-coordinate representation of color #710FEB: hue angle of 266.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710FEB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 15 | 235 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.08 |
| HSL | 266.73º | 0.88% | 0.49% | - |
| HSV(B) | 266.73º | 0.94% | 0.92% | - |
| XYZ | 21.98 | 9.85 | 79.34 | - |
| YUV | 69.38 | 221.47 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 235 | 0.52 | 0.94 | 0 | 0.08 | 266.73 | 0.88 | 0.49 |
| Hex | 71 | F | EB | 34 | 5E | 0 | 8 | 10B | 58 | 31 |
| Octal | 161 | 17 | 353 | 64 | 136 | 0 | 10 | 413 | 130 | 61 |
| Binary | 1110001 | 1111 | 11101011 | 110100 | 1011110 | 0 | 1000 | 100001011 | 1011000 | 110001 |
Color Harmonies of #710FEB
Complementary color
Monochromatic Colors of #710FEB
Black with #710FEB
Text Example
Text Example
White with #710FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FEB; }
p { color: rgb(113,15,235); }
H1.HeaderClassName
{
color: #710FEB;
}
.AnyTagClassName
{
color: #710FEB;
}
</style>
background-color css
<style>
a { background-color: #710FEB; }
a { background-color: rgb(113,15,235); }
div.DivClassName
{
background-color: #710FEB;
}
.BgClassName
{
background-color: #710FEB;
}
</style>
border-color css
<style>
span { border-color: #710FEB; }
span { border-color: rgb(113,15,235); }
td.TdClassName
{
border-color: #710FEB;
}
.TagClassName
{
border-color: #710FEB;
}
</style>