Shades of Electric Indigo #711AFC
Tints of Electric Indigo #711AFC
RGB
CMYK
RGB Variations
Color information
#711AFC (or 0x711AFC) is known color: Electric Indigo. HEX triplet: 71, 1A and FC. RGB value is (113,26,252). Sum of RGB (Red+Green+Blue) = 113+26+252=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #711AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AFC is #8EE503. Grayscale: #4C4C4C. Windows color (decimal): -9364740 or 16521841. OLE color: 16521841.
HSL color Cylindrical-coordinate representation of color #711AFC: hue angle of 263.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #711AFC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 26 | 252 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.01 |
| HSL | 263.1º | 0.97% | 0.55% | - |
| HSV(B) | 263.1º | 0.9% | 0.99% | - |
| XYZ | 24.75 | 11.28 | 92.97 | - |
| YUV | 77.78 | 226.32 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 252 | 0.55 | 0.90 | 0 | 0.01 | 263.1 | 0.97 | 0.55 |
| Hex | 71 | 1A | FC | 37 | 5A | 0 | 1 | 107 | 61 | 37 |
| Octal | 161 | 32 | 374 | 67 | 132 | 0 | 1 | 407 | 141 | 67 |
| Binary | 1110001 | 11010 | 11111100 | 110111 | 1011010 | 0 | 1 | 100000111 | 1100001 | 110111 |
Color Harmonies of #711AFC
Complementary color
Monochromatic Colors of #711AFC
Black with #711AFC
Text Example
Text Example
White with #711AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AFC; }
p { color: rgb(113,26,252); }
H1.HeaderClassName
{
color: #711AFC;
}
.AnyTagClassName
{
color: #711AFC;
}
</style>
background-color css
<style>
a { background-color: #711AFC; }
a { background-color: rgb(113,26,252); }
div.DivClassName
{
background-color: #711AFC;
}
.BgClassName
{
background-color: #711AFC;
}
</style>
border-color css
<style>
span { border-color: #711AFC; }
span { border-color: rgb(113,26,252); }
td.TdClassName
{
border-color: #711AFC;
}
.TagClassName
{
border-color: #711AFC;
}
</style>