Shades of Electric Indigo #7406DF
Tints of Electric Indigo #7406DF
RGB
CMYK
RGB Variations
Color information
#7406DF (or 0x7406DF) is known color: Electric Indigo. HEX triplet: 74, 06 and DF. RGB value is (116,6,223). Sum of RGB (Red+Green+Blue) = 116+6+223=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #7406DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406DF is #8BF920. Grayscale: #3E3E3E. Windows color (decimal): -9173281 or 14616180. OLE color: 14616180.
HSL color Cylindrical-coordinate representation of color #7406DF: hue angle of 270.41º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406DF is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 6 | 223 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.13 |
| HSL | 270.41º | 0.95% | 0.45% | - |
| HSV(B) | 270.41º | 0.97% | 0.87% | - |
| XYZ | 20.59 | 9.17 | 70.5 | - |
| YUV | 63.63 | 217.94 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 223 | 0.48 | 0.97 | 0 | 0.13 | 270.41 | 0.95 | 0.45 |
| Hex | 74 | 6 | DF | 30 | 61 | 0 | D | 10E | 5F | 2D |
| Octal | 164 | 6 | 337 | 60 | 141 | 0 | 15 | 416 | 137 | 55 |
| Binary | 1110100 | 110 | 11011111 | 110000 | 1100001 | 0 | 1101 | 100001110 | 1011111 | 101101 |
Color Harmonies of #7406DF
Complementary color
Monochromatic Colors of #7406DF
Black with #7406DF
Text Example
Text Example
White with #7406DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7406DF; }
p { color: rgb(116,6,223); }
H1.HeaderClassName
{
color: #7406DF;
}
.AnyTagClassName
{
color: #7406DF;
}
</style>
background-color css
<style>
a { background-color: #7406DF; }
a { background-color: rgb(116,6,223); }
div.DivClassName
{
background-color: #7406DF;
}
.BgClassName
{
background-color: #7406DF;
}
</style>
border-color css
<style>
span { border-color: #7406DF; }
span { border-color: rgb(116,6,223); }
td.TdClassName
{
border-color: #7406DF;
}
.TagClassName
{
border-color: #7406DF;
}
</style>