Shades of Electric Indigo #7500FA
Tints of Electric Indigo #7500FA
RGB
CMYK
RGB Variations
Color information
#7500FA (or 0x7500FA) is known color: Electric Indigo. HEX triplet: 75, 00 and FA. RGB value is (117,0,250). Sum of RGB (Red+Green+Blue) = 117+0+250=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #7500FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500FA is #8AFF05. Grayscale: #3E3E3E. Windows color (decimal): -9109254 or 16384117. OLE color: 16384117.
HSL color Cylindrical-coordinate representation of color #7500FA: hue angle of 268.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500FA is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 0 | 250 | - |
| CMYK | 0.53 | 1 | 0 | 0.02 |
| HSL | 268.08º | 1% | 0.49% | - |
| HSV(B) | 268.08º | 1% | 0.98% | - |
| XYZ | 24.59 | 10.68 | 91.21 | - |
| YUV | 63.48 | 233.26 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 250 | 0.53 | 1 | 0 | 0.02 | 268.08 | 1 | 0.49 |
| Hex | 75 | 0 | FA | 35 | 64 | 0 | 2 | 10C | 64 | 31 |
| Octal | 165 | 0 | 372 | 65 | 144 | 0 | 2 | 414 | 144 | 61 |
| Binary | 1110101 | 0 | 11111010 | 110101 | 1100100 | 0 | 10 | 100001100 | 1100100 | 110001 |
Color Harmonies of #7500FA
Complementary color
Monochromatic Colors of #7500FA
Black with #7500FA
Text Example
Text Example
White with #7500FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500FA; }
p { color: rgb(117,0,250); }
H1.HeaderClassName
{
color: #7500FA;
}
.AnyTagClassName
{
color: #7500FA;
}
</style>
background-color css
<style>
a { background-color: #7500FA; }
a { background-color: rgb(117,0,250); }
div.DivClassName
{
background-color: #7500FA;
}
.BgClassName
{
background-color: #7500FA;
}
</style>
border-color css
<style>
span { border-color: #7500FA; }
span { border-color: rgb(117,0,250); }
td.TdClassName
{
border-color: #7500FA;
}
.TagClassName
{
border-color: #7500FA;
}
</style>