Shades of Electric Indigo #7D0AFC
Tints of Electric Indigo #7D0AFC
RGB
CMYK
RGB Variations
Color information
#7D0AFC (or 0x7D0AFC) is known color: Electric Indigo. HEX triplet: 7D, 0A and FC. RGB value is (125,10,252). Sum of RGB (Red+Green+Blue) = 125+10+252=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D0AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0AFC is #82F503. Grayscale: #474747. Windows color (decimal): -8582404 or 16517757. OLE color: 16517757.
HSL color Cylindrical-coordinate representation of color #7D0AFC: hue angle of 268.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0AFC is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 10 | 252 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.01 |
| HSL | 268.51º | 0.98% | 0.51% | - |
| HSV(B) | 268.51º | 0.96% | 0.99% | - |
| XYZ | 26.14 | 11.61 | 92.96 | - |
| YUV | 71.97 | 229.6 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 252 | 0.50 | 0.96 | 0 | 0.01 | 268.51 | 0.98 | 0.51 |
| Hex | 7D | A | FC | 32 | 60 | 0 | 1 | 10D | 62 | 33 |
| Octal | 175 | 12 | 374 | 62 | 140 | 0 | 1 | 415 | 142 | 63 |
| Binary | 1111101 | 1010 | 11111100 | 110010 | 1100000 | 0 | 1 | 100001101 | 1100010 | 110011 |
Color Harmonies of #7D0AFC
Complementary color
Monochromatic Colors of #7D0AFC
Black with #7D0AFC
Text Example
Text Example
White with #7D0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0AFC; }
p { color: rgb(125,10,252); }
H1.HeaderClassName
{
color: #7D0AFC;
}
.AnyTagClassName
{
color: #7D0AFC;
}
</style>
background-color css
<style>
a { background-color: #7D0AFC; }
a { background-color: rgb(125,10,252); }
div.DivClassName
{
background-color: #7D0AFC;
}
.BgClassName
{
background-color: #7D0AFC;
}
</style>
border-color css
<style>
span { border-color: #7D0AFC; }
span { border-color: rgb(125,10,252); }
td.TdClassName
{
border-color: #7D0AFC;
}
.TagClassName
{
border-color: #7D0AFC;
}
</style>