Shades of Electric Indigo #701AF8
Tints of Electric Indigo #701AF8
RGB
CMYK
RGB Variations
Color information
#701AF8 (or 0x701AF8) is known color: Electric Indigo. HEX triplet: 70, 1A and F8. RGB value is (112,26,248). Sum of RGB (Red+Green+Blue) = 112+26+248=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #701AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AF8 is #8FE507. Grayscale: #4C4C4C. Windows color (decimal): -9430280 or 16259696. OLE color: 16259696.
HSL color Cylindrical-coordinate representation of color #701AF8: hue angle of 263.24º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701AF8 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 26 | 248 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.03 |
| HSL | 263.24º | 0.94% | 0.54% | - |
| HSV(B) | 263.24º | 0.9% | 0.97% | - |
| XYZ | 23.99 | 10.96 | 89.66 | - |
| YUV | 77.02 | 224.49 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 248 | 0.55 | 0.90 | 0 | 0.03 | 263.24 | 0.94 | 0.54 |
| Hex | 70 | 1A | F8 | 37 | 5A | 0 | 3 | 107 | 5E | 36 |
| Octal | 160 | 32 | 370 | 67 | 132 | 0 | 3 | 407 | 136 | 66 |
| Binary | 1110000 | 11010 | 11111000 | 110111 | 1011010 | 0 | 11 | 100000111 | 1011110 | 110110 |
Color Harmonies of #701AF8
Complementary color
Monochromatic Colors of #701AF8
Black with #701AF8
Text Example
Text Example
White with #701AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AF8; }
p { color: rgb(112,26,248); }
H1.HeaderClassName
{
color: #701AF8;
}
.AnyTagClassName
{
color: #701AF8;
}
</style>
background-color css
<style>
a { background-color: #701AF8; }
a { background-color: rgb(112,26,248); }
div.DivClassName
{
background-color: #701AF8;
}
.BgClassName
{
background-color: #701AF8;
}
</style>
border-color css
<style>
span { border-color: #701AF8; }
span { border-color: rgb(112,26,248); }
td.TdClassName
{
border-color: #701AF8;
}
.TagClassName
{
border-color: #701AF8;
}
</style>