Shades of Electric Indigo #711EFE
Tints of Electric Indigo #711EFE
RGB
CMYK
RGB Variations
Color information
#711EFE (or 0x711EFE) is known color: Electric Indigo. HEX triplet: 71, 1E and FE. RGB value is (113,30,254). Sum of RGB (Red+Green+Blue) = 113+30+254=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #711EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EFE is #8EE101. Grayscale: #4F4F4F. Windows color (decimal): -9363714 or 16653937. OLE color: 16653937.
HSL color Cylindrical-coordinate representation of color #711EFE: hue angle of 262.23º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711EFE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 30 | 254 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.00 |
| HSL | 262.23º | 0.99% | 0.56% | - |
| HSV(B) | 262.23º | 0.88% | 1% | - |
| XYZ | 25.16 | 11.6 | 94.68 | - |
| YUV | 80.35 | 226 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 254 | 0.56 | 0.88 | 0 | 0.00 | 262.23 | 0.99 | 0.56 |
| Hex | 71 | 1E | FE | 38 | 58 | 0 | 0 | 106 | 63 | 38 |
| Octal | 161 | 36 | 376 | 70 | 130 | 0 | 0 | 406 | 143 | 70 |
| Binary | 1110001 | 11110 | 11111110 | 111000 | 1011000 | 0 | 0 | 100000110 | 1100011 | 111000 |
Color Harmonies of #711EFE
Complementary color
Monochromatic Colors of #711EFE
Black with #711EFE
Text Example
Text Example
White with #711EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711EFE; }
p { color: rgb(113,30,254); }
H1.HeaderClassName
{
color: #711EFE;
}
.AnyTagClassName
{
color: #711EFE;
}
</style>
background-color css
<style>
a { background-color: #711EFE; }
a { background-color: rgb(113,30,254); }
div.DivClassName
{
background-color: #711EFE;
}
.BgClassName
{
background-color: #711EFE;
}
</style>
border-color css
<style>
span { border-color: #711EFE; }
span { border-color: rgb(113,30,254); }
td.TdClassName
{
border-color: #711EFE;
}
.TagClassName
{
border-color: #711EFE;
}
</style>