Shades of Electric Indigo #701AFE
Tints of Electric Indigo #701AFE
RGB
CMYK
RGB Variations
Color information
#701AFE (or 0x701AFE) is known color: Electric Indigo. HEX triplet: 70, 1A and FE. RGB value is (112,26,254). Sum of RGB (Red+Green+Blue) = 112+26+254=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #701AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AFE is #8FE501. Grayscale: #4C4C4C. Windows color (decimal): -9430274 or 16652912. OLE color: 16652912.
HSL color Cylindrical-coordinate representation of color #701AFE: hue angle of 262.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701AFE is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 26 | 254 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.00 |
| HSL | 262.63º | 0.99% | 0.55% | - |
| HSV(B) | 262.63º | 0.9% | 1% | - |
| XYZ | 24.94 | 11.34 | 94.64 | - |
| YUV | 77.71 | 227.49 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 254 | 0.56 | 0.90 | 0 | 0.00 | 262.63 | 0.99 | 0.55 |
| Hex | 70 | 1A | FE | 38 | 5A | 0 | 0 | 107 | 63 | 37 |
| Octal | 160 | 32 | 376 | 70 | 132 | 0 | 0 | 407 | 143 | 67 |
| Binary | 1110000 | 11010 | 11111110 | 111000 | 1011010 | 0 | 0 | 100000111 | 1100011 | 110111 |
Color Harmonies of #701AFE
Complementary color
Monochromatic Colors of #701AFE
Black with #701AFE
Text Example
Text Example
White with #701AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AFE; }
p { color: rgb(112,26,254); }
H1.HeaderClassName
{
color: #701AFE;
}
.AnyTagClassName
{
color: #701AFE;
}
</style>
background-color css
<style>
a { background-color: #701AFE; }
a { background-color: rgb(112,26,254); }
div.DivClassName
{
background-color: #701AFE;
}
.BgClassName
{
background-color: #701AFE;
}
</style>
border-color css
<style>
span { border-color: #701AFE; }
span { border-color: rgb(112,26,254); }
td.TdClassName
{
border-color: #701AFE;
}
.TagClassName
{
border-color: #701AFE;
}
</style>