Shades of Electric Indigo #7D05EC
Tints of Electric Indigo #7D05EC
RGB
CMYK
RGB Variations
Color information
#7D05EC (or 0x7D05EC) is known color: Electric Indigo. HEX triplet: 7D, 05 and EC. RGB value is (125,5,236). Sum of RGB (Red+Green+Blue) = 125+5+236=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D05EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D05EC is #82FA13. Grayscale: #424242. Windows color (decimal): -8583700 or 15467901. OLE color: 15467901.
HSL color Cylindrical-coordinate representation of color #7D05EC: hue angle of 271.17º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D05EC is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 5 | 236 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.07 |
| HSL | 271.17º | 0.96% | 0.47% | - |
| HSV(B) | 271.17º | 0.98% | 0.93% | - |
| XYZ | 23.65 | 10.52 | 80.14 | - |
| YUV | 67.21 | 223.26 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 236 | 0.47 | 0.98 | 0 | 0.07 | 271.17 | 0.96 | 0.47 |
| Hex | 7D | 5 | EC | 2F | 62 | 0 | 7 | 10F | 60 | 2F |
| Octal | 175 | 5 | 354 | 57 | 142 | 0 | 7 | 417 | 140 | 57 |
| Binary | 1111101 | 101 | 11101100 | 101111 | 1100010 | 0 | 111 | 100001111 | 1100000 | 101111 |
Color Harmonies of #7D05EC
Complementary color
Monochromatic Colors of #7D05EC
Black with #7D05EC
Text Example
Text Example
White with #7D05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D05EC; }
p { color: rgb(125,5,236); }
H1.HeaderClassName
{
color: #7D05EC;
}
.AnyTagClassName
{
color: #7D05EC;
}
</style>
background-color css
<style>
a { background-color: #7D05EC; }
a { background-color: rgb(125,5,236); }
div.DivClassName
{
background-color: #7D05EC;
}
.BgClassName
{
background-color: #7D05EC;
}
</style>
border-color css
<style>
span { border-color: #7D05EC; }
span { border-color: rgb(125,5,236); }
td.TdClassName
{
border-color: #7D05EC;
}
.TagClassName
{
border-color: #7D05EC;
}
</style>