Shades of Electric Indigo #701AFD
Tints of Electric Indigo #701AFD
RGB
CMYK
RGB Variations
Color information
#701AFD (or 0x701AFD) is known color: Electric Indigo. HEX triplet: 70, 1A and FD. RGB value is (112,26,253). Sum of RGB (Red+Green+Blue) = 112+26+253=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #701AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AFD is #8FE502. Grayscale: #4C4C4C. Windows color (decimal): -9430275 or 16587376. OLE color: 16587376.
HSL color Cylindrical-coordinate representation of color #701AFD: hue angle of 262.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701AFD is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 26 | 253 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.01 |
| HSL | 262.73º | 0.98% | 0.55% | - |
| HSV(B) | 262.73º | 0.9% | 0.99% | - |
| XYZ | 24.78 | 11.28 | 93.8 | - |
| YUV | 77.59 | 226.99 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 253 | 0.56 | 0.90 | 0 | 0.01 | 262.73 | 0.98 | 0.55 |
| Hex | 70 | 1A | FD | 38 | 5A | 0 | 1 | 107 | 62 | 37 |
| Octal | 160 | 32 | 375 | 70 | 132 | 0 | 1 | 407 | 142 | 67 |
| Binary | 1110000 | 11010 | 11111101 | 111000 | 1011010 | 0 | 1 | 100000111 | 1100010 | 110111 |
Color Harmonies of #701AFD
Complementary color
Monochromatic Colors of #701AFD
Black with #701AFD
Text Example
Text Example
White with #701AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701AFD; }
p { color: rgb(112,26,253); }
H1.HeaderClassName
{
color: #701AFD;
}
.AnyTagClassName
{
color: #701AFD;
}
</style>
background-color css
<style>
a { background-color: #701AFD; }
a { background-color: rgb(112,26,253); }
div.DivClassName
{
background-color: #701AFD;
}
.BgClassName
{
background-color: #701AFD;
}
</style>
border-color css
<style>
span { border-color: #701AFD; }
span { border-color: rgb(112,26,253); }
td.TdClassName
{
border-color: #701AFD;
}
.TagClassName
{
border-color: #701AFD;
}
</style>