Shades of Electric Indigo #701EFF
Tints of Electric Indigo #701EFF
RGB
CMYK
RGB Variations
Color information
#701EFF (or 0x701EFF) is known color: Electric Indigo. HEX triplet: 70, 1E and FF. RGB value is (112,30,255). Sum of RGB (Red+Green+Blue) = 112+30+255=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #701EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EFF is #8FE100. Grayscale: #4F4F4F. Windows color (decimal): -9429249 or 16719472. OLE color: 16719472.
HSL color Cylindrical-coordinate representation of color #701EFF: hue angle of 261.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701EFF is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 30 | 255 | - |
| CMYK | 0.56 | 0.88 | 0 | 0 |
| HSL | 261.87º | 1% | 0.56% | - |
| HSV(B) | 261.87º | 0.88% | 1% | - |
| XYZ | 25.2 | 11.59 | 95.52 | - |
| YUV | 80.17 | 226.67 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 255 | 0.56 | 0.88 | 0 | 0 | 261.87 | 1 | 0.56 |
| Hex | 70 | 1E | FF | 38 | 58 | 0 | 0 | 106 | 64 | 38 |
| Octal | 160 | 36 | 377 | 70 | 130 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110000 | 11110 | 11111111 | 111000 | 1011000 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #701EFF
Complementary color
Monochromatic Colors of #701EFF
Black with #701EFF
Text Example
Text Example
White with #701EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EFF; }
p { color: rgb(112,30,255); }
H1.HeaderClassName
{
color: #701EFF;
}
.AnyTagClassName
{
color: #701EFF;
}
</style>
background-color css
<style>
a { background-color: #701EFF; }
a { background-color: rgb(112,30,255); }
div.DivClassName
{
background-color: #701EFF;
}
.BgClassName
{
background-color: #701EFF;
}
</style>
border-color css
<style>
span { border-color: #701EFF; }
span { border-color: rgb(112,30,255); }
td.TdClassName
{
border-color: #701EFF;
}
.TagClassName
{
border-color: #701EFF;
}
</style>