Shades of Electric Indigo #7401DF
Tints of Electric Indigo #7401DF
RGB
CMYK
RGB Variations
Color information
#7401DF (or 0x7401DF) is known color: Electric Indigo. HEX triplet: 74, 01 and DF. RGB value is (116,1,223). Sum of RGB (Red+Green+Blue) = 116+1+223=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #7401DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401DF is #8BFE20. Grayscale: #3B3B3B. Windows color (decimal): -9174561 or 14614900. OLE color: 14614900.
HSL color Cylindrical-coordinate representation of color #7401DF: hue angle of 271.08º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7401DF is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 1 | 223 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.13 |
| HSL | 271.08º | 0.99% | 0.44% | - |
| HSV(B) | 271.08º | 1% | 0.87% | - |
| XYZ | 20.53 | 9.06 | 70.48 | - |
| YUV | 60.69 | 219.6 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 223 | 0.48 | 1.00 | 0 | 0.13 | 271.08 | 0.99 | 0.44 |
| Hex | 74 | 1 | DF | 30 | 64 | 0 | D | 10F | 63 | 2C |
| Octal | 164 | 1 | 337 | 60 | 144 | 0 | 15 | 417 | 143 | 54 |
| Binary | 1110100 | 1 | 11011111 | 110000 | 1100100 | 0 | 1101 | 100001111 | 1100011 | 101100 |
Color Harmonies of #7401DF
Complementary color
Monochromatic Colors of #7401DF
Black with #7401DF
Text Example
Text Example
White with #7401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7401DF; }
p { color: rgb(116,1,223); }
H1.HeaderClassName
{
color: #7401DF;
}
.AnyTagClassName
{
color: #7401DF;
}
</style>
background-color css
<style>
a { background-color: #7401DF; }
a { background-color: rgb(116,1,223); }
div.DivClassName
{
background-color: #7401DF;
}
.BgClassName
{
background-color: #7401DF;
}
</style>
border-color css
<style>
span { border-color: #7401DF; }
span { border-color: rgb(116,1,223); }
td.TdClassName
{
border-color: #7401DF;
}
.TagClassName
{
border-color: #7401DF;
}
</style>