Shades of Electric Indigo #7408FF
Tints of Electric Indigo #7408FF
RGB
CMYK
RGB Variations
Color information
#7408FF (or 0x7408FF) is known color: Electric Indigo. HEX triplet: 74, 08 and FF. RGB value is (116,8,255). Sum of RGB (Red+Green+Blue) = 116+8+255=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #7408FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7408FF is #8BF700. Grayscale: #434343. Windows color (decimal): -9172737 or 16713844. OLE color: 16713844.
HSL color Cylindrical-coordinate representation of color #7408FF: hue angle of 266.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7408FF is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 8 | 255 | - |
| CMYK | 0.55 | 0.97 | 0 | 0 |
| HSL | 266.23º | 1% | 0.52% | - |
| HSV(B) | 266.23º | 0.97% | 1% | - |
| XYZ | 25.34 | 11.11 | 95.42 | - |
| YUV | 68.45 | 233.28 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 255 | 0.55 | 0.97 | 0 | 0 | 266.23 | 1 | 0.52 |
| Hex | 74 | 8 | FF | 37 | 61 | 0 | 0 | 10A | 64 | 34 |
| Octal | 164 | 10 | 377 | 67 | 141 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110100 | 1000 | 11111111 | 110111 | 1100001 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #7408FF
Complementary color
Monochromatic Colors of #7408FF
Black with #7408FF
Text Example
Text Example
White with #7408FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7408FF; }
p { color: rgb(116,8,255); }
H1.HeaderClassName
{
color: #7408FF;
}
.AnyTagClassName
{
color: #7408FF;
}
</style>
background-color css
<style>
a { background-color: #7408FF; }
a { background-color: rgb(116,8,255); }
div.DivClassName
{
background-color: #7408FF;
}
.BgClassName
{
background-color: #7408FF;
}
</style>
border-color css
<style>
span { border-color: #7408FF; }
span { border-color: rgb(116,8,255); }
td.TdClassName
{
border-color: #7408FF;
}
.TagClassName
{
border-color: #7408FF;
}
</style>