Shades of Electric Indigo #711AFA
Tints of Electric Indigo #711AFA
RGB
CMYK
RGB Variations
Color information
#711AFA (or 0x711AFA) is known color: Electric Indigo. HEX triplet: 71, 1A and FA. RGB value is (113,26,250). Sum of RGB (Red+Green+Blue) = 113+26+250=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #711AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AFA is #8EE505. Grayscale: #4C4C4C. Windows color (decimal): -9364742 or 16390769. OLE color: 16390769.
HSL color Cylindrical-coordinate representation of color #711AFA: hue angle of 263.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #711AFA is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 26 | 250 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.02 |
| HSL | 263.3º | 0.96% | 0.54% | - |
| HSV(B) | 263.3º | 0.9% | 0.98% | - |
| XYZ | 24.43 | 11.15 | 91.31 | - |
| YUV | 77.55 | 225.32 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 250 | 0.55 | 0.90 | 0 | 0.02 | 263.3 | 0.96 | 0.54 |
| Hex | 71 | 1A | FA | 37 | 5A | 0 | 2 | 107 | 60 | 36 |
| Octal | 161 | 32 | 372 | 67 | 132 | 0 | 2 | 407 | 140 | 66 |
| Binary | 1110001 | 11010 | 11111010 | 110111 | 1011010 | 0 | 10 | 100000111 | 1100000 | 110110 |
Color Harmonies of #711AFA
Complementary color
Monochromatic Colors of #711AFA
Black with #711AFA
Text Example
Text Example
White with #711AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AFA; }
p { color: rgb(113,26,250); }
H1.HeaderClassName
{
color: #711AFA;
}
.AnyTagClassName
{
color: #711AFA;
}
</style>
background-color css
<style>
a { background-color: #711AFA; }
a { background-color: rgb(113,26,250); }
div.DivClassName
{
background-color: #711AFA;
}
.BgClassName
{
background-color: #711AFA;
}
</style>
border-color css
<style>
span { border-color: #711AFA; }
span { border-color: rgb(113,26,250); }
td.TdClassName
{
border-color: #711AFA;
}
.TagClassName
{
border-color: #711AFA;
}
</style>