Shades of Electric Indigo #701BF6
Tints of Electric Indigo #701BF6
RGB
CMYK
RGB Variations
Color information
#701BF6 (or 0x701BF6) is known color: Electric Indigo. HEX triplet: 70, 1B and F6. RGB value is (112,27,246). Sum of RGB (Red+Green+Blue) = 112+27+246=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 246 (96.48% from 255 or 63.90% from 385); Max value from RGB is 246 - color contains mainly: blue. Hex color #701BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BF6 is #8FE409. Grayscale: #4C4C4C. Windows color (decimal): -9430026 or 16128880. OLE color: 16128880.
HSL color Cylindrical-coordinate representation of color #701BF6: hue angle of 263.29º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701BF6 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 27 | 246 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.04 |
| HSL | 263.29º | 0.92% | 0.54% | - |
| HSV(B) | 263.29º | 0.89% | 0.96% | - |
| XYZ | 23.71 | 10.88 | 88.04 | - |
| YUV | 77.38 | 223.16 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 246 | 0.54 | 0.89 | 0 | 0.04 | 263.29 | 0.92 | 0.54 |
| Hex | 70 | 1B | F6 | 36 | 59 | 0 | 4 | 107 | 5C | 36 |
| Octal | 160 | 33 | 366 | 66 | 131 | 0 | 4 | 407 | 134 | 66 |
| Binary | 1110000 | 11011 | 11110110 | 110110 | 1011001 | 0 | 100 | 100000111 | 1011100 | 110110 |
Color Harmonies of #701BF6
Complementary color
Monochromatic Colors of #701BF6
Black with #701BF6
Text Example
Text Example
White with #701BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BF6; }
p { color: rgb(112,27,246); }
H1.HeaderClassName
{
color: #701BF6;
}
.AnyTagClassName
{
color: #701BF6;
}
</style>
background-color css
<style>
a { background-color: #701BF6; }
a { background-color: rgb(112,27,246); }
div.DivClassName
{
background-color: #701BF6;
}
.BgClassName
{
background-color: #701BF6;
}
</style>
border-color css
<style>
span { border-color: #701BF6; }
span { border-color: rgb(112,27,246); }
td.TdClassName
{
border-color: #701BF6;
}
.TagClassName
{
border-color: #701BF6;
}
</style>