Shades of Electric Indigo #710AFA
Tints of Electric Indigo #710AFA
RGB
CMYK
RGB Variations
Color information
#710AFA (or 0x710AFA) is known color: Electric Indigo. HEX triplet: 71, 0A and FA. RGB value is (113,10,250). Sum of RGB (Red+Green+Blue) = 113+10+250=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #710AFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AFA is #8EF505. Grayscale: #434343. Windows color (decimal): -9368838 or 16386673. OLE color: 16386673.
HSL color Cylindrical-coordinate representation of color #710AFA: hue angle of 265.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710AFA is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 10 | 250 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.02 |
| HSL | 265.75º | 0.96% | 0.51% | - |
| HSV(B) | 265.75º | 0.96% | 0.98% | - |
| XYZ | 24.17 | 10.63 | 91.22 | - |
| YUV | 68.16 | 230.62 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 250 | 0.55 | 0.96 | 0 | 0.02 | 265.75 | 0.96 | 0.51 |
| Hex | 71 | A | FA | 37 | 60 | 0 | 2 | 10A | 60 | 33 |
| Octal | 161 | 12 | 372 | 67 | 140 | 0 | 2 | 412 | 140 | 63 |
| Binary | 1110001 | 1010 | 11111010 | 110111 | 1100000 | 0 | 10 | 100001010 | 1100000 | 110011 |
Color Harmonies of #710AFA
Complementary color
Monochromatic Colors of #710AFA
Black with #710AFA
Text Example
Text Example
White with #710AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710AFA; }
p { color: rgb(113,10,250); }
H1.HeaderClassName
{
color: #710AFA;
}
.AnyTagClassName
{
color: #710AFA;
}
</style>
background-color css
<style>
a { background-color: #710AFA; }
a { background-color: rgb(113,10,250); }
div.DivClassName
{
background-color: #710AFA;
}
.BgClassName
{
background-color: #710AFA;
}
</style>
border-color css
<style>
span { border-color: #710AFA; }
span { border-color: rgb(113,10,250); }
td.TdClassName
{
border-color: #710AFA;
}
.TagClassName
{
border-color: #710AFA;
}
</style>