Shades of Electric Indigo #711AFD
Tints of Electric Indigo #711AFD
RGB
CMYK
RGB Variations
Color information
#711AFD (or 0x711AFD) is known color: Electric Indigo. HEX triplet: 71, 1A and FD. RGB value is (113,26,253). Sum of RGB (Red+Green+Blue) = 113+26+253=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #711AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AFD is #8EE502. Grayscale: #4D4D4D. Windows color (decimal): -9364739 or 16587377. OLE color: 16587377.
HSL color Cylindrical-coordinate representation of color #711AFD: hue angle of 263º degrees, saturation: 0.98, 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 #711AFD is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 26 | 253 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.01 |
| HSL | 263º | 0.98% | 0.55% | - |
| HSV(B) | 263º | 0.9% | 0.99% | - |
| XYZ | 24.91 | 11.34 | 93.8 | - |
| YUV | 77.89 | 226.82 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 253 | 0.55 | 0.90 | 0 | 0.01 | 263 | 0.98 | 0.55 |
| Hex | 71 | 1A | FD | 37 | 5A | 0 | 1 | 107 | 62 | 37 |
| Octal | 161 | 32 | 375 | 67 | 132 | 0 | 1 | 407 | 142 | 67 |
| Binary | 1110001 | 11010 | 11111101 | 110111 | 1011010 | 0 | 1 | 100000111 | 1100010 | 110111 |
Color Harmonies of #711AFD
Complementary color
Monochromatic Colors of #711AFD
Black with #711AFD
Text Example
Text Example
White with #711AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AFD; }
p { color: rgb(113,26,253); }
H1.HeaderClassName
{
color: #711AFD;
}
.AnyTagClassName
{
color: #711AFD;
}
</style>
background-color css
<style>
a { background-color: #711AFD; }
a { background-color: rgb(113,26,253); }
div.DivClassName
{
background-color: #711AFD;
}
.BgClassName
{
background-color: #711AFD;
}
</style>
border-color css
<style>
span { border-color: #711AFD; }
span { border-color: rgb(113,26,253); }
td.TdClassName
{
border-color: #711AFD;
}
.TagClassName
{
border-color: #711AFD;
}
</style>