Shades of Electric Indigo #7400FA
Tints of Electric Indigo #7400FA
RGB
CMYK
RGB Variations
Color information
#7400FA (or 0x7400FA) is known color: Electric Indigo. HEX triplet: 74, 00 and FA. RGB value is (116,0,250). Sum of RGB (Red+Green+Blue) = 116+0+250=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #7400FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400FA is #8BFF05. Grayscale: #3E3E3E. Windows color (decimal): -9174790 or 16384116. OLE color: 16384116.
HSL color Cylindrical-coordinate representation of color #7400FA: hue angle of 267.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400FA is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 0 | 250 | - |
| CMYK | 0.54 | 1 | 0 | 0.02 |
| HSL | 267.84º | 1% | 0.49% | - |
| HSV(B) | 267.84º | 1% | 0.98% | - |
| XYZ | 24.46 | 10.62 | 91.2 | - |
| YUV | 63.18 | 233.43 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 250 | 0.54 | 1 | 0 | 0.02 | 267.84 | 1 | 0.49 |
| Hex | 74 | 0 | FA | 36 | 64 | 0 | 2 | 10C | 64 | 31 |
| Octal | 164 | 0 | 372 | 66 | 144 | 0 | 2 | 414 | 144 | 61 |
| Binary | 1110100 | 0 | 11111010 | 110110 | 1100100 | 0 | 10 | 100001100 | 1100100 | 110001 |
Color Harmonies of #7400FA
Complementary color
Monochromatic Colors of #7400FA
Black with #7400FA
Text Example
Text Example
White with #7400FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400FA; }
p { color: rgb(116,0,250); }
H1.HeaderClassName
{
color: #7400FA;
}
.AnyTagClassName
{
color: #7400FA;
}
</style>
background-color css
<style>
a { background-color: #7400FA; }
a { background-color: rgb(116,0,250); }
div.DivClassName
{
background-color: #7400FA;
}
.BgClassName
{
background-color: #7400FA;
}
</style>
border-color css
<style>
span { border-color: #7400FA; }
span { border-color: rgb(116,0,250); }
td.TdClassName
{
border-color: #7400FA;
}
.TagClassName
{
border-color: #7400FA;
}
</style>