Shades of Electric Indigo #7D17FF
Tints of Electric Indigo #7D17FF
RGB
CMYK
RGB Variations
Color information
#7D17FF (or 0x7D17FF) is known color: Electric Indigo. HEX triplet: 7D, 17 and FF. RGB value is (125,23,255). Sum of RGB (Red+Green+Blue) = 125+23+255=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D17FF is #82E800. Grayscale: #4F4F4F. Windows color (decimal): -8579073 or 16717693. OLE color: 16717693.
HSL color Cylindrical-coordinate representation of color #7D17FF: hue angle of 266.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D17FF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 23 | 255 | - |
| CMYK | 0.51 | 0.91 | 0 | 0 |
| HSL | 266.38º | 1% | 0.55% | - |
| HSV(B) | 266.38º | 0.91% | 1% | - |
| XYZ | 26.81 | 12.19 | 95.55 | - |
| YUV | 79.95 | 226.79 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 255 | 0.51 | 0.91 | 0 | 0 | 266.38 | 1 | 0.55 |
| Hex | 7D | 17 | FF | 33 | 5B | 0 | 0 | 10A | 64 | 37 |
| Octal | 175 | 27 | 377 | 63 | 133 | 0 | 0 | 412 | 144 | 67 |
| Binary | 1111101 | 10111 | 11111111 | 110011 | 1011011 | 0 | 0 | 100001010 | 1100100 | 110111 |
Color Harmonies of #7D17FF
Complementary color
Monochromatic Colors of #7D17FF
Black with #7D17FF
Text Example
Text Example
White with #7D17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D17FF; }
p { color: rgb(125,23,255); }
H1.HeaderClassName
{
color: #7D17FF;
}
.AnyTagClassName
{
color: #7D17FF;
}
</style>
background-color css
<style>
a { background-color: #7D17FF; }
a { background-color: rgb(125,23,255); }
div.DivClassName
{
background-color: #7D17FF;
}
.BgClassName
{
background-color: #7D17FF;
}
</style>
border-color css
<style>
span { border-color: #7D17FF; }
span { border-color: rgb(125,23,255); }
td.TdClassName
{
border-color: #7D17FF;
}
.TagClassName
{
border-color: #7D17FF;
}
</style>