Shades of Electric Indigo #7D02FE
Tints of Electric Indigo #7D02FE
RGB
CMYK
RGB Variations
Color information
#7D02FE (or 0x7D02FE) is known color: Electric Indigo. HEX triplet: 7D, 02 and FE. RGB value is (125,2,254). Sum of RGB (Red+Green+Blue) = 125+2+254=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D02FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D02FE is #82FD01. Grayscale: #424242. Windows color (decimal): -8584450 or 16646781. OLE color: 16646781.
HSL color Cylindrical-coordinate representation of color #7D02FE: hue angle of 269.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D02FE is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 2 | 254 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.00 |
| HSL | 269.29º | 0.99% | 0.5% | - |
| HSV(B) | 269.29º | 0.99% | 1% | - |
| XYZ | 26.37 | 11.56 | 94.61 | - |
| YUV | 67.51 | 233.25 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 254 | 0.51 | 0.99 | 0 | 0.00 | 269.29 | 0.99 | 0.5 |
| Hex | 7D | 2 | FE | 33 | 63 | 0 | 0 | 10D | 63 | 32 |
| Octal | 175 | 2 | 376 | 63 | 143 | 0 | 0 | 415 | 143 | 62 |
| Binary | 1111101 | 10 | 11111110 | 110011 | 1100011 | 0 | 0 | 100001101 | 1100011 | 110010 |
Color Harmonies of #7D02FE
Complementary color
Monochromatic Colors of #7D02FE
Black with #7D02FE
Text Example
Text Example
White with #7D02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D02FE; }
p { color: rgb(125,2,254); }
H1.HeaderClassName
{
color: #7D02FE;
}
.AnyTagClassName
{
color: #7D02FE;
}
</style>
background-color css
<style>
a { background-color: #7D02FE; }
a { background-color: rgb(125,2,254); }
div.DivClassName
{
background-color: #7D02FE;
}
.BgClassName
{
background-color: #7D02FE;
}
</style>
border-color css
<style>
span { border-color: #7D02FE; }
span { border-color: rgb(125,2,254); }
td.TdClassName
{
border-color: #7D02FE;
}
.TagClassName
{
border-color: #7D02FE;
}
</style>