Shades of Electric Indigo #7401ED
Tints of Electric Indigo #7401ED
RGB
CMYK
RGB Variations
Color information
#7401ED (or 0x7401ED) is known color: Electric Indigo. HEX triplet: 74, 01 and ED. RGB value is (116,1,237). Sum of RGB (Red+Green+Blue) = 116+1+237=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #7401ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7401ED is #8BFE12. Grayscale: #3D3D3D. Windows color (decimal): -9174547 or 15532404. OLE color: 15532404.
HSL color Cylindrical-coordinate representation of color #7401ED: hue angle of 269.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7401ED is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 1 | 237 | - |
| CMYK | 0.51 | 1.00 | 0 | 0.07 |
| HSL | 269.24º | 0.99% | 0.47% | - |
| HSV(B) | 269.24º | 1% | 0.93% | - |
| XYZ | 22.5 | 9.85 | 80.84 | - |
| YUV | 62.29 | 226.6 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 237 | 0.51 | 1.00 | 0 | 0.07 | 269.24 | 0.99 | 0.47 |
| Hex | 74 | 1 | ED | 33 | 64 | 0 | 7 | 10D | 63 | 2F |
| Octal | 164 | 1 | 355 | 63 | 144 | 0 | 7 | 415 | 143 | 57 |
| Binary | 1110100 | 1 | 11101101 | 110011 | 1100100 | 0 | 111 | 100001101 | 1100011 | 101111 |
Color Harmonies of #7401ED
Complementary color
Monochromatic Colors of #7401ED
Black with #7401ED
Text Example
Text Example
White with #7401ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7401ED; }
p { color: rgb(116,1,237); }
H1.HeaderClassName
{
color: #7401ED;
}
.AnyTagClassName
{
color: #7401ED;
}
</style>
background-color css
<style>
a { background-color: #7401ED; }
a { background-color: rgb(116,1,237); }
div.DivClassName
{
background-color: #7401ED;
}
.BgClassName
{
background-color: #7401ED;
}
</style>
border-color css
<style>
span { border-color: #7401ED; }
span { border-color: rgb(116,1,237); }
td.TdClassName
{
border-color: #7401ED;
}
.TagClassName
{
border-color: #7401ED;
}
</style>