Shades of Electric Indigo #7407FC
Tints of Electric Indigo #7407FC
RGB
CMYK
RGB Variations
Color information
#7407FC (or 0x7407FC) is known color: Electric Indigo. HEX triplet: 74, 07 and FC. RGB value is (116,7,252). Sum of RGB (Red+Green+Blue) = 116+7+252=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #7407FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7407FC is #8BF803. Grayscale: #424242. Windows color (decimal): -9172996 or 16516980. OLE color: 16516980.
HSL color Cylindrical-coordinate representation of color #7407FC: hue angle of 266.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7407FC is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 7 | 252 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.01 |
| HSL | 266.69º | 0.98% | 0.51% | - |
| HSV(B) | 266.69º | 0.97% | 0.99% | - |
| XYZ | 24.85 | 10.89 | 92.89 | - |
| YUV | 67.52 | 232.11 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 252 | 0.54 | 0.97 | 0 | 0.01 | 266.69 | 0.98 | 0.51 |
| Hex | 74 | 7 | FC | 36 | 61 | 0 | 1 | 10B | 62 | 33 |
| Octal | 164 | 7 | 374 | 66 | 141 | 0 | 1 | 413 | 142 | 63 |
| Binary | 1110100 | 111 | 11111100 | 110110 | 1100001 | 0 | 1 | 100001011 | 1100010 | 110011 |
Color Harmonies of #7407FC
Complementary color
Monochromatic Colors of #7407FC
Black with #7407FC
Text Example
Text Example
White with #7407FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407FC; }
p { color: rgb(116,7,252); }
H1.HeaderClassName
{
color: #7407FC;
}
.AnyTagClassName
{
color: #7407FC;
}
</style>
background-color css
<style>
a { background-color: #7407FC; }
a { background-color: rgb(116,7,252); }
div.DivClassName
{
background-color: #7407FC;
}
.BgClassName
{
background-color: #7407FC;
}
</style>
border-color css
<style>
span { border-color: #7407FC; }
span { border-color: rgb(116,7,252); }
td.TdClassName
{
border-color: #7407FC;
}
.TagClassName
{
border-color: #7407FC;
}
</style>