Shades of Electric Indigo #7407FA
Tints of Electric Indigo #7407FA
RGB
CMYK
RGB Variations
Color information
#7407FA (or 0x7407FA) is known color: Electric Indigo. HEX triplet: 74, 07 and FA. RGB value is (116,7,250). Sum of RGB (Red+Green+Blue) = 116+7+250=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #7407FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7407FA is #8BF805. Grayscale: #424242. Windows color (decimal): -9172998 or 16385908. OLE color: 16385908.
HSL color Cylindrical-coordinate representation of color #7407FA: hue angle of 266.91º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7407FA is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 7 | 250 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.02 |
| HSL | 266.91º | 0.96% | 0.5% | - |
| HSV(B) | 266.91º | 0.97% | 0.98% | - |
| XYZ | 24.53 | 10.77 | 91.23 | - |
| YUV | 67.29 | 231.11 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 250 | 0.54 | 0.97 | 0 | 0.02 | 266.91 | 0.96 | 0.5 |
| Hex | 74 | 7 | FA | 36 | 61 | 0 | 2 | 10B | 60 | 32 |
| Octal | 164 | 7 | 372 | 66 | 141 | 0 | 2 | 413 | 140 | 62 |
| Binary | 1110100 | 111 | 11111010 | 110110 | 1100001 | 0 | 10 | 100001011 | 1100000 | 110010 |
Color Harmonies of #7407FA
Complementary color
Monochromatic Colors of #7407FA
Black with #7407FA
Text Example
Text Example
White with #7407FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407FA; }
p { color: rgb(116,7,250); }
H1.HeaderClassName
{
color: #7407FA;
}
.AnyTagClassName
{
color: #7407FA;
}
</style>
background-color css
<style>
a { background-color: #7407FA; }
a { background-color: rgb(116,7,250); }
div.DivClassName
{
background-color: #7407FA;
}
.BgClassName
{
background-color: #7407FA;
}
</style>
border-color css
<style>
span { border-color: #7407FA; }
span { border-color: rgb(116,7,250); }
td.TdClassName
{
border-color: #7407FA;
}
.TagClassName
{
border-color: #7407FA;
}
</style>