Shades of Electric Indigo #7618FA
Tints of Electric Indigo #7618FA
RGB
CMYK
RGB Variations
Color information
#7618FA (or 0x7618FA) is known color: Electric Indigo. HEX triplet: 76, 18 and FA. RGB value is (118,24,250). Sum of RGB (Red+Green+Blue) = 118+24+250=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #7618FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7618FA is #89E705. Grayscale: #4D4D4D. Windows color (decimal): -9037574 or 16390262. OLE color: 16390262.
HSL color Cylindrical-coordinate representation of color #7618FA: hue angle of 264.96º 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 #7618FA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 24 | 250 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.02 |
| HSL | 264.96º | 0.96% | 0.54% | - |
| HSV(B) | 264.96º | 0.9% | 0.98% | - |
| XYZ | 25.05 | 11.41 | 91.32 | - |
| YUV | 77.87 | 225.14 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 250 | 0.53 | 0.90 | 0 | 0.02 | 264.96 | 0.96 | 0.54 |
| Hex | 76 | 18 | FA | 35 | 5A | 0 | 2 | 109 | 60 | 36 |
| Octal | 166 | 30 | 372 | 65 | 132 | 0 | 2 | 411 | 140 | 66 |
| Binary | 1110110 | 11000 | 11111010 | 110101 | 1011010 | 0 | 10 | 100001001 | 1100000 | 110110 |
Color Harmonies of #7618FA
Complementary color
Monochromatic Colors of #7618FA
Black with #7618FA
Text Example
Text Example
White with #7618FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7618FA; }
p { color: rgb(118,24,250); }
H1.HeaderClassName
{
color: #7618FA;
}
.AnyTagClassName
{
color: #7618FA;
}
</style>
background-color css
<style>
a { background-color: #7618FA; }
a { background-color: rgb(118,24,250); }
div.DivClassName
{
background-color: #7618FA;
}
.BgClassName
{
background-color: #7618FA;
}
</style>
border-color css
<style>
span { border-color: #7618FA; }
span { border-color: rgb(118,24,250); }
td.TdClassName
{
border-color: #7618FA;
}
.TagClassName
{
border-color: #7618FA;
}
</style>