Shades of Electric Indigo #7D17FD
Tints of Electric Indigo #7D17FD
RGB
CMYK
RGB Variations
Color information
#7D17FD (or 0x7D17FD) is known color: Electric Indigo. HEX triplet: 7D, 17 and FD. RGB value is (125,23,253). Sum of RGB (Red+Green+Blue) = 125+23+253=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D17FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D17FD is #82E802. Grayscale: #4E4E4E. Windows color (decimal): -8579075 or 16586621. OLE color: 16586621.
HSL color Cylindrical-coordinate representation of color #7D17FD: hue angle of 266.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D17FD is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 23 | 253 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.01 |
| HSL | 266.61º | 0.98% | 0.54% | - |
| HSV(B) | 266.61º | 0.91% | 0.99% | - |
| XYZ | 26.49 | 12.06 | 93.86 | - |
| YUV | 79.72 | 225.79 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 253 | 0.51 | 0.91 | 0 | 0.01 | 266.61 | 0.98 | 0.54 |
| Hex | 7D | 17 | FD | 33 | 5B | 0 | 1 | 10B | 62 | 36 |
| Octal | 175 | 27 | 375 | 63 | 133 | 0 | 1 | 413 | 142 | 66 |
| Binary | 1111101 | 10111 | 11111101 | 110011 | 1011011 | 0 | 1 | 100001011 | 1100010 | 110110 |
Color Harmonies of #7D17FD
Complementary color
Monochromatic Colors of #7D17FD
Black with #7D17FD
Text Example
Text Example
White with #7D17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D17FD; }
p { color: rgb(125,23,253); }
H1.HeaderClassName
{
color: #7D17FD;
}
.AnyTagClassName
{
color: #7D17FD;
}
</style>
background-color css
<style>
a { background-color: #7D17FD; }
a { background-color: rgb(125,23,253); }
div.DivClassName
{
background-color: #7D17FD;
}
.BgClassName
{
background-color: #7D17FD;
}
</style>
border-color css
<style>
span { border-color: #7D17FD; }
span { border-color: rgb(125,23,253); }
td.TdClassName
{
border-color: #7D17FD;
}
.TagClassName
{
border-color: #7D17FD;
}
</style>