Shades of Electric Indigo #7D00F9
Tints of Electric Indigo #7D00F9
RGB
CMYK
RGB Variations
Color information
#7D00F9 (or 0x7D00F9) is known color: Electric Indigo. HEX triplet: 7D, 00 and F9. RGB value is (125,0,249). Sum of RGB (Red+Green+Blue) = 125+0+249=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #7D00F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00F9 is #82FF06. Grayscale: #404040. Windows color (decimal): -8584967 or 16318589. OLE color: 16318589.
HSL color Cylindrical-coordinate representation of color #7D00F9: hue angle of 270.12º 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 #7D00F9 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 0 | 249 | - |
| CMYK | 0.50 | 1 | 0 | 0.02 |
| HSL | 270.12º | 1% | 0.49% | - |
| HSV(B) | 270.12º | 1% | 0.98% | - |
| XYZ | 25.56 | 11.2 | 90.44 | - |
| YUV | 65.76 | 231.41 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 249 | 0.50 | 1 | 0 | 0.02 | 270.12 | 1 | 0.49 |
| Hex | 7D | 0 | F9 | 32 | 64 | 0 | 2 | 10E | 64 | 31 |
| Octal | 175 | 0 | 371 | 62 | 144 | 0 | 2 | 416 | 144 | 61 |
| Binary | 1111101 | 0 | 11111001 | 110010 | 1100100 | 0 | 10 | 100001110 | 1100100 | 110001 |
Color Harmonies of #7D00F9
Complementary color
Monochromatic Colors of #7D00F9
Black with #7D00F9
Text Example
Text Example
White with #7D00F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00F9; }
p { color: rgb(125,0,249); }
H1.HeaderClassName
{
color: #7D00F9;
}
.AnyTagClassName
{
color: #7D00F9;
}
</style>
background-color css
<style>
a { background-color: #7D00F9; }
a { background-color: rgb(125,0,249); }
div.DivClassName
{
background-color: #7D00F9;
}
.BgClassName
{
background-color: #7D00F9;
}
</style>
border-color css
<style>
span { border-color: #7D00F9; }
span { border-color: rgb(125,0,249); }
td.TdClassName
{
border-color: #7D00F9;
}
.TagClassName
{
border-color: #7D00F9;
}
</style>