Shades of Electric Indigo #701CF6
Tints of Electric Indigo #701CF6
RGB
CMYK
RGB Variations
Color information
#701CF6 (or 0x701CF6) is known color: Electric Indigo. HEX triplet: 70, 1C and F6. RGB value is (112,28,246). Sum of RGB (Red+Green+Blue) = 112+28+246=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 246 (96.48% from 255 or 63.73% from 386); Max value from RGB is 246 - color contains mainly: blue. Hex color #701CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CF6 is #8FE309. Grayscale: #4D4D4D. Windows color (decimal): -9429770 or 16129136. OLE color: 16129136.
HSL color Cylindrical-coordinate representation of color #701CF6: hue angle of 263.12º 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 #701CF6 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 28 | 246 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.04 |
| HSL | 263.12º | 0.92% | 0.54% | - |
| HSV(B) | 263.12º | 0.89% | 0.96% | - |
| XYZ | 23.73 | 10.93 | 88.05 | - |
| YUV | 77.97 | 222.83 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 246 | 0.54 | 0.89 | 0 | 0.04 | 263.12 | 0.92 | 0.54 |
| Hex | 70 | 1C | F6 | 36 | 59 | 0 | 4 | 107 | 5C | 36 |
| Octal | 160 | 34 | 366 | 66 | 131 | 0 | 4 | 407 | 134 | 66 |
| Binary | 1110000 | 11100 | 11110110 | 110110 | 1011001 | 0 | 100 | 100000111 | 1011100 | 110110 |
Color Harmonies of #701CF6
Complementary color
Monochromatic Colors of #701CF6
Black with #701CF6
Text Example
Text Example
White with #701CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CF6; }
p { color: rgb(112,28,246); }
H1.HeaderClassName
{
color: #701CF6;
}
.AnyTagClassName
{
color: #701CF6;
}
</style>
background-color css
<style>
a { background-color: #701CF6; }
a { background-color: rgb(112,28,246); }
div.DivClassName
{
background-color: #701CF6;
}
.BgClassName
{
background-color: #701CF6;
}
</style>
border-color css
<style>
span { border-color: #701CF6; }
span { border-color: rgb(112,28,246); }
td.TdClassName
{
border-color: #701CF6;
}
.TagClassName
{
border-color: #701CF6;
}
</style>