Shades of Electric Indigo #701DF4
Tints of Electric Indigo #701DF4
RGB
CMYK
RGB Variations
Color information
#701DF4 (or 0x701DF4) is known color: Electric Indigo. HEX triplet: 70, 1D and F4. RGB value is (112,29,244). Sum of RGB (Red+Green+Blue) = 112+29+244=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 244 (95.70% from 255 or 63.38% from 385); Max value from RGB is 244 - color contains mainly: blue. Hex color #701DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DF4 is #8FE20B. Grayscale: #4D4D4D. Windows color (decimal): -9429516 or 15998320. OLE color: 15998320.
HSL color Cylindrical-coordinate representation of color #701DF4: hue angle of 263.16º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701DF4 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 29 | 244 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.04 |
| HSL | 263.16º | 0.91% | 0.54% | - |
| HSV(B) | 263.16º | 0.88% | 0.96% | - |
| XYZ | 23.45 | 10.86 | 86.45 | - |
| YUV | 78.33 | 221.5 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 244 | 0.54 | 0.88 | 0 | 0.04 | 263.16 | 0.91 | 0.54 |
| Hex | 70 | 1D | F4 | 36 | 58 | 0 | 4 | 107 | 5B | 36 |
| Octal | 160 | 35 | 364 | 66 | 130 | 0 | 4 | 407 | 133 | 66 |
| Binary | 1110000 | 11101 | 11110100 | 110110 | 1011000 | 0 | 100 | 100000111 | 1011011 | 110110 |
Color Harmonies of #701DF4
Complementary color
Monochromatic Colors of #701DF4
Black with #701DF4
Text Example
Text Example
White with #701DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DF4; }
p { color: rgb(112,29,244); }
H1.HeaderClassName
{
color: #701DF4;
}
.AnyTagClassName
{
color: #701DF4;
}
</style>
background-color css
<style>
a { background-color: #701DF4; }
a { background-color: rgb(112,29,244); }
div.DivClassName
{
background-color: #701DF4;
}
.BgClassName
{
background-color: #701DF4;
}
</style>
border-color css
<style>
span { border-color: #701DF4; }
span { border-color: rgb(112,29,244); }
td.TdClassName
{
border-color: #701DF4;
}
.TagClassName
{
border-color: #701DF4;
}
</style>