Shades of Electric Indigo #7520FD
Tints of Electric Indigo #7520FD
RGB
CMYK
RGB Variations
Color information
#7520FD (or 0x7520FD) is known color: Electric Indigo. HEX triplet: 75, 20 and FD. RGB value is (117,32,253). Sum of RGB (Red+Green+Blue) = 117+32+253=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #7520FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520FD is #8ADF02. Grayscale: #515151. Windows color (decimal): -9101059 or 16588917. OLE color: 16588917.
HSL color Cylindrical-coordinate representation of color #7520FD: hue angle of 263.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520FD is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 32 | 253 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.01 |
| HSL | 263.08º | 0.98% | 0.56% | - |
| HSV(B) | 263.08º | 0.87% | 0.99% | - |
| XYZ | 25.58 | 11.91 | 93.88 | - |
| YUV | 82.61 | 224.16 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 253 | 0.54 | 0.87 | 0 | 0.01 | 263.08 | 0.98 | 0.56 |
| Hex | 75 | 20 | FD | 36 | 57 | 0 | 1 | 107 | 62 | 38 |
| Octal | 165 | 40 | 375 | 66 | 127 | 0 | 1 | 407 | 142 | 70 |
| Binary | 1110101 | 100000 | 11111101 | 110110 | 1010111 | 0 | 1 | 100000111 | 1100010 | 111000 |
Color Harmonies of #7520FD
Complementary color
Monochromatic Colors of #7520FD
Black with #7520FD
Text Example
Text Example
White with #7520FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520FD; }
p { color: rgb(117,32,253); }
H1.HeaderClassName
{
color: #7520FD;
}
.AnyTagClassName
{
color: #7520FD;
}
</style>
background-color css
<style>
a { background-color: #7520FD; }
a { background-color: rgb(117,32,253); }
div.DivClassName
{
background-color: #7520FD;
}
.BgClassName
{
background-color: #7520FD;
}
</style>
border-color css
<style>
span { border-color: #7520FD; }
span { border-color: rgb(117,32,253); }
td.TdClassName
{
border-color: #7520FD;
}
.TagClassName
{
border-color: #7520FD;
}
</style>