Shades of Electric Indigo #7518FA
Tints of Electric Indigo #7518FA
RGB
CMYK
RGB Variations
Color information
#7518FA (or 0x7518FA) is known color: Electric Indigo. HEX triplet: 75, 18 and FA. RGB value is (117,24,250). Sum of RGB (Red+Green+Blue) = 117+24+250=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #7518FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518FA is #8AE705. Grayscale: #4C4C4C. Windows color (decimal): -9103110 or 16390261. OLE color: 16390261.
HSL color Cylindrical-coordinate representation of color #7518FA: hue angle of 264.69º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7518FA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 24 | 250 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.02 |
| HSL | 264.69º | 0.96% | 0.54% | - |
| HSV(B) | 264.69º | 0.9% | 0.98% | - |
| XYZ | 24.92 | 11.34 | 91.32 | - |
| YUV | 77.57 | 225.31 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 250 | 0.53 | 0.90 | 0 | 0.02 | 264.69 | 0.96 | 0.54 |
| Hex | 75 | 18 | FA | 35 | 5A | 0 | 2 | 109 | 60 | 36 |
| Octal | 165 | 30 | 372 | 65 | 132 | 0 | 2 | 411 | 140 | 66 |
| Binary | 1110101 | 11000 | 11111010 | 110101 | 1011010 | 0 | 10 | 100001001 | 1100000 | 110110 |
Color Harmonies of #7518FA
Complementary color
Monochromatic Colors of #7518FA
Black with #7518FA
Text Example
Text Example
White with #7518FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7518FA; }
p { color: rgb(117,24,250); }
H1.HeaderClassName
{
color: #7518FA;
}
.AnyTagClassName
{
color: #7518FA;
}
</style>
background-color css
<style>
a { background-color: #7518FA; }
a { background-color: rgb(117,24,250); }
div.DivClassName
{
background-color: #7518FA;
}
.BgClassName
{
background-color: #7518FA;
}
</style>
border-color css
<style>
span { border-color: #7518FA; }
span { border-color: rgb(117,24,250); }
td.TdClassName
{
border-color: #7518FA;
}
.TagClassName
{
border-color: #7518FA;
}
</style>