Shades of Electric Indigo #7D11FF
Tints of Electric Indigo #7D11FF
RGB
CMYK
RGB Variations
Color information
#7D11FF (or 0x7D11FF) is known color: Electric Indigo. HEX triplet: 7D, 11 and FF. RGB value is (125,17,255). Sum of RGB (Red+Green+Blue) = 125+17+255=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D11FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D11FF is #82EE00. Grayscale: #4B4B4B. Windows color (decimal): -8580609 or 16716157. OLE color: 16716157.
HSL color Cylindrical-coordinate representation of color #7D11FF: hue angle of 267.23º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D11FF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 17 | 255 | - |
| CMYK | 0.51 | 0.93 | 0 | 0 |
| HSL | 267.23º | 1% | 0.53% | - |
| HSV(B) | 267.23º | 0.93% | 1% | - |
| XYZ | 26.71 | 11.98 | 95.51 | - |
| YUV | 76.42 | 228.78 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 255 | 0.51 | 0.93 | 0 | 0 | 267.23 | 1 | 0.53 |
| Hex | 7D | 11 | FF | 33 | 5D | 0 | 0 | 10B | 64 | 35 |
| Octal | 175 | 21 | 377 | 63 | 135 | 0 | 0 | 413 | 144 | 65 |
| Binary | 1111101 | 10001 | 11111111 | 110011 | 1011101 | 0 | 0 | 100001011 | 1100100 | 110101 |
Color Harmonies of #7D11FF
Complementary color
Monochromatic Colors of #7D11FF
Black with #7D11FF
Text Example
Text Example
White with #7D11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D11FF; }
p { color: rgb(125,17,255); }
H1.HeaderClassName
{
color: #7D11FF;
}
.AnyTagClassName
{
color: #7D11FF;
}
</style>
background-color css
<style>
a { background-color: #7D11FF; }
a { background-color: rgb(125,17,255); }
div.DivClassName
{
background-color: #7D11FF;
}
.BgClassName
{
background-color: #7D11FF;
}
</style>
border-color css
<style>
span { border-color: #7D11FF; }
span { border-color: rgb(125,17,255); }
td.TdClassName
{
border-color: #7D11FF;
}
.TagClassName
{
border-color: #7D11FF;
}
</style>