Shades of Electric Indigo #7818FA
Tints of Electric Indigo #7818FA
RGB
CMYK
RGB Variations
Color information
#7818FA (or 0x7818FA) is known color: Electric Indigo. HEX triplet: 78, 18 and FA. RGB value is (120,24,250). Sum of RGB (Red+Green+Blue) = 120+24+250=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #7818FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7818FA is #87E705. Grayscale: #4D4D4D. Windows color (decimal): -8906502 or 16390264. OLE color: 16390264.
HSL color Cylindrical-coordinate representation of color #7818FA: hue angle of 265.49º 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 #7818FA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 24 | 250 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.02 |
| HSL | 265.49º | 0.96% | 0.54% | - |
| HSV(B) | 265.49º | 0.9% | 0.98% | - |
| XYZ | 25.33 | 11.55 | 91.34 | - |
| YUV | 78.47 | 224.8 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 250 | 0.52 | 0.90 | 0 | 0.02 | 265.49 | 0.96 | 0.54 |
| Hex | 78 | 18 | FA | 34 | 5A | 0 | 2 | 109 | 60 | 36 |
| Octal | 170 | 30 | 372 | 64 | 132 | 0 | 2 | 411 | 140 | 66 |
| Binary | 1111000 | 11000 | 11111010 | 110100 | 1011010 | 0 | 10 | 100001001 | 1100000 | 110110 |
Color Harmonies of #7818FA
Complementary color
Monochromatic Colors of #7818FA
Black with #7818FA
Text Example
Text Example
White with #7818FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7818FA; }
p { color: rgb(120,24,250); }
H1.HeaderClassName
{
color: #7818FA;
}
.AnyTagClassName
{
color: #7818FA;
}
</style>
background-color css
<style>
a { background-color: #7818FA; }
a { background-color: rgb(120,24,250); }
div.DivClassName
{
background-color: #7818FA;
}
.BgClassName
{
background-color: #7818FA;
}
</style>
border-color css
<style>
span { border-color: #7818FA; }
span { border-color: rgb(120,24,250); }
td.TdClassName
{
border-color: #7818FA;
}
.TagClassName
{
border-color: #7818FA;
}
</style>