Shades of Electric Indigo #7409FF
Tints of Electric Indigo #7409FF
RGB
CMYK
RGB Variations
Color information
#7409FF (or 0x7409FF) is known color: Electric Indigo. HEX triplet: 74, 09 and FF. RGB value is (116,9,255). Sum of RGB (Red+Green+Blue) = 116+9+255=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #7409FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7409FF is #8BF600. Grayscale: #444444. Windows color (decimal): -9172481 or 16714100. OLE color: 16714100.
HSL color Cylindrical-coordinate representation of color #7409FF: hue angle of 266.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7409FF is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 9 | 255 | - |
| CMYK | 0.55 | 0.96 | 0 | 0 |
| HSL | 266.1º | 1% | 0.52% | - |
| HSV(B) | 266.1º | 0.96% | 1% | - |
| XYZ | 25.35 | 11.13 | 95.42 | - |
| YUV | 69.04 | 232.95 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 255 | 0.55 | 0.96 | 0 | 0 | 266.1 | 1 | 0.52 |
| Hex | 74 | 9 | FF | 37 | 60 | 0 | 0 | 10A | 64 | 34 |
| Octal | 164 | 11 | 377 | 67 | 140 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110100 | 1001 | 11111111 | 110111 | 1100000 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #7409FF
Complementary color
Monochromatic Colors of #7409FF
Black with #7409FF
Text Example
Text Example
White with #7409FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7409FF; }
p { color: rgb(116,9,255); }
H1.HeaderClassName
{
color: #7409FF;
}
.AnyTagClassName
{
color: #7409FF;
}
</style>
background-color css
<style>
a { background-color: #7409FF; }
a { background-color: rgb(116,9,255); }
div.DivClassName
{
background-color: #7409FF;
}
.BgClassName
{
background-color: #7409FF;
}
</style>
border-color css
<style>
span { border-color: #7409FF; }
span { border-color: rgb(116,9,255); }
td.TdClassName
{
border-color: #7409FF;
}
.TagClassName
{
border-color: #7409FF;
}
</style>