Shades of Electric Indigo #7D04FA
Tints of Electric Indigo #7D04FA
RGB
CMYK
RGB Variations
Color information
#7D04FA (or 0x7D04FA) is known color: Electric Indigo. HEX triplet: 7D, 04 and FA. RGB value is (125,4,250). Sum of RGB (Red+Green+Blue) = 125+4+250=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D04FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D04FA is #82FB05. Grayscale: #434343. Windows color (decimal): -8583942 or 16385149. OLE color: 16385149.
HSL color Cylindrical-coordinate representation of color #7D04FA: hue angle of 269.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D04FA is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 4 | 250 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.02 |
| HSL | 269.51º | 0.97% | 0.5% | - |
| HSV(B) | 269.51º | 0.98% | 0.98% | - |
| XYZ | 25.76 | 11.35 | 91.28 | - |
| YUV | 68.22 | 230.59 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 250 | 0.50 | 0.98 | 0 | 0.02 | 269.51 | 0.97 | 0.5 |
| Hex | 7D | 4 | FA | 32 | 62 | 0 | 2 | 10E | 61 | 32 |
| Octal | 175 | 4 | 372 | 62 | 142 | 0 | 2 | 416 | 141 | 62 |
| Binary | 1111101 | 100 | 11111010 | 110010 | 1100010 | 0 | 10 | 100001110 | 1100001 | 110010 |
Color Harmonies of #7D04FA
Complementary color
Monochromatic Colors of #7D04FA
Black with #7D04FA
Text Example
Text Example
White with #7D04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D04FA; }
p { color: rgb(125,4,250); }
H1.HeaderClassName
{
color: #7D04FA;
}
.AnyTagClassName
{
color: #7D04FA;
}
</style>
background-color css
<style>
a { background-color: #7D04FA; }
a { background-color: rgb(125,4,250); }
div.DivClassName
{
background-color: #7D04FA;
}
.BgClassName
{
background-color: #7D04FA;
}
</style>
border-color css
<style>
span { border-color: #7D04FA; }
span { border-color: rgb(125,4,250); }
td.TdClassName
{
border-color: #7D04FA;
}
.TagClassName
{
border-color: #7D04FA;
}
</style>