Shades of Electric Indigo #7520FB
Tints of Electric Indigo #7520FB
RGB
CMYK
RGB Variations
Color information
#7520FB (or 0x7520FB) is known color: Electric Indigo. HEX triplet: 75, 20 and FB. RGB value is (117,32,251). Sum of RGB (Red+Green+Blue) = 117+32+251=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #7520FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520FB is #8ADF04. Grayscale: #515151. Windows color (decimal): -9101061 or 16457845. OLE color: 16457845.
HSL color Cylindrical-coordinate representation of color #7520FB: hue angle of 263.29º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520FB is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 32 | 251 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.02 |
| HSL | 263.29º | 0.96% | 0.55% | - |
| HSV(B) | 263.29º | 0.87% | 0.98% | - |
| XYZ | 25.27 | 11.78 | 92.21 | - |
| YUV | 82.38 | 223.16 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 251 | 0.53 | 0.87 | 0 | 0.02 | 263.29 | 0.96 | 0.55 |
| Hex | 75 | 20 | FB | 35 | 57 | 0 | 2 | 107 | 60 | 37 |
| Octal | 165 | 40 | 373 | 65 | 127 | 0 | 2 | 407 | 140 | 67 |
| Binary | 1110101 | 100000 | 11111011 | 110101 | 1010111 | 0 | 10 | 100000111 | 1100000 | 110111 |
Color Harmonies of #7520FB
Complementary color
Monochromatic Colors of #7520FB
Black with #7520FB
Text Example
Text Example
White with #7520FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520FB; }
p { color: rgb(117,32,251); }
H1.HeaderClassName
{
color: #7520FB;
}
.AnyTagClassName
{
color: #7520FB;
}
</style>
background-color css
<style>
a { background-color: #7520FB; }
a { background-color: rgb(117,32,251); }
div.DivClassName
{
background-color: #7520FB;
}
.BgClassName
{
background-color: #7520FB;
}
</style>
border-color css
<style>
span { border-color: #7520FB; }
span { border-color: rgb(117,32,251); }
td.TdClassName
{
border-color: #7520FB;
}
.TagClassName
{
border-color: #7520FB;
}
</style>