Shades of Electric Indigo #7D00FA
Tints of Electric Indigo #7D00FA
RGB
CMYK
RGB Variations
Color information
#7D00FA (or 0x7D00FA) is known color: Electric Indigo. HEX triplet: 7D, 00 and FA. RGB value is (125,0,250). Sum of RGB (Red+Green+Blue) = 125+0+250=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D00FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00FA is #82FF05. Grayscale: #414141. Windows color (decimal): -8584966 or 16384125. OLE color: 16384125.
HSL color Cylindrical-coordinate representation of color #7D00FA: hue angle of 270º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00FA is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 0 | 250 | - |
| CMYK | 0.50 | 1 | 0 | 0.02 |
| HSL | 270º | 1% | 0.49% | - |
| HSV(B) | 270º | 1% | 0.98% | - |
| XYZ | 25.71 | 11.26 | 91.26 | - |
| YUV | 65.88 | 231.91 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 250 | 0.50 | 1 | 0 | 0.02 | 270 | 1 | 0.49 |
| Hex | 7D | 0 | FA | 32 | 64 | 0 | 2 | 10E | 64 | 31 |
| Octal | 175 | 0 | 372 | 62 | 144 | 0 | 2 | 416 | 144 | 61 |
| Binary | 1111101 | 0 | 11111010 | 110010 | 1100100 | 0 | 10 | 100001110 | 1100100 | 110001 |
Color Harmonies of #7D00FA
Complementary color
Monochromatic Colors of #7D00FA
Black with #7D00FA
Text Example
Text Example
White with #7D00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00FA; }
p { color: rgb(125,0,250); }
H1.HeaderClassName
{
color: #7D00FA;
}
.AnyTagClassName
{
color: #7D00FA;
}
</style>
background-color css
<style>
a { background-color: #7D00FA; }
a { background-color: rgb(125,0,250); }
div.DivClassName
{
background-color: #7D00FA;
}
.BgClassName
{
background-color: #7D00FA;
}
</style>
border-color css
<style>
span { border-color: #7D00FA; }
span { border-color: rgb(125,0,250); }
td.TdClassName
{
border-color: #7D00FA;
}
.TagClassName
{
border-color: #7D00FA;
}
</style>