Shades of Electric Indigo #701AFB
Tints of Electric Indigo #701AFB
RGB
CMYK
RGB Variations
Color information
#701AFB (or 0x701AFB) is known color: Electric Indigo. HEX triplet: 70, 1A and FB. RGB value is (112,26,251). Sum of RGB (Red+Green+Blue) = 112+26+251=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #701AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AFB is #8FE504. Grayscale: #4C4C4C. Windows color (decimal): -9430277 or 16456304. OLE color: 16456304.
HSL color Cylindrical-coordinate representation of color #701AFB: hue angle of 262.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701AFB is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 26 | 251 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.02 |
| HSL | 262.93º | 0.97% | 0.54% | - |
| HSV(B) | 262.93º | 0.9% | 0.98% | - |
| XYZ | 24.46 | 11.15 | 92.13 | - |
| YUV | 77.36 | 225.99 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 251 | 0.55 | 0.90 | 0 | 0.02 | 262.93 | 0.97 | 0.54 |
| Hex | 70 | 1A | FB | 37 | 5A | 0 | 2 | 107 | 61 | 36 |
| Octal | 160 | 32 | 373 | 67 | 132 | 0 | 2 | 407 | 141 | 66 |
| Binary | 1110000 | 11010 | 11111011 | 110111 | 1011010 | 0 | 10 | 100000111 | 1100001 | 110110 |
Color Harmonies of #701AFB
Complementary color
Monochromatic Colors of #701AFB
Black with #701AFB
Text Example
Text Example
White with #701AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AFB; }
p { color: rgb(112,26,251); }
H1.HeaderClassName
{
color: #701AFB;
}
.AnyTagClassName
{
color: #701AFB;
}
</style>
background-color css
<style>
a { background-color: #701AFB; }
a { background-color: rgb(112,26,251); }
div.DivClassName
{
background-color: #701AFB;
}
.BgClassName
{
background-color: #701AFB;
}
</style>
border-color css
<style>
span { border-color: #701AFB; }
span { border-color: rgb(112,26,251); }
td.TdClassName
{
border-color: #701AFB;
}
.TagClassName
{
border-color: #701AFB;
}
</style>