Shades of Electric Indigo #701AF6
Tints of Electric Indigo #701AF6
RGB
CMYK
RGB Variations
Color information
#701AF6 (or 0x701AF6) is known color: Electric Indigo. HEX triplet: 70, 1A and F6. RGB value is (112,26,246). Sum of RGB (Red+Green+Blue) = 112+26+246=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 246 (96.48% from 255 or 64.06% from 384); Max value from RGB is 246 - color contains mainly: blue. Hex color #701AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AF6 is #8FE509. Grayscale: #4C4C4C. Windows color (decimal): -9430282 or 16128624. OLE color: 16128624.
HSL color Cylindrical-coordinate representation of color #701AF6: hue angle of 263.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701AF6 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 26 | 246 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.04 |
| HSL | 263.45º | 0.92% | 0.53% | - |
| HSV(B) | 263.45º | 0.89% | 0.96% | - |
| XYZ | 23.69 | 10.84 | 88.03 | - |
| YUV | 76.79 | 223.49 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 246 | 0.54 | 0.89 | 0 | 0.04 | 263.45 | 0.92 | 0.53 |
| Hex | 70 | 1A | F6 | 36 | 59 | 0 | 4 | 107 | 5C | 35 |
| Octal | 160 | 32 | 366 | 66 | 131 | 0 | 4 | 407 | 134 | 65 |
| Binary | 1110000 | 11010 | 11110110 | 110110 | 1011001 | 0 | 100 | 100000111 | 1011100 | 110101 |
Color Harmonies of #701AF6
Complementary color
Monochromatic Colors of #701AF6
Black with #701AF6
Text Example
Text Example
White with #701AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AF6; }
p { color: rgb(112,26,246); }
H1.HeaderClassName
{
color: #701AF6;
}
.AnyTagClassName
{
color: #701AF6;
}
</style>
background-color css
<style>
a { background-color: #701AF6; }
a { background-color: rgb(112,26,246); }
div.DivClassName
{
background-color: #701AF6;
}
.BgClassName
{
background-color: #701AF6;
}
</style>
border-color css
<style>
span { border-color: #701AF6; }
span { border-color: rgb(112,26,246); }
td.TdClassName
{
border-color: #701AF6;
}
.TagClassName
{
border-color: #701AF6;
}
</style>