Shades of Electric Indigo #701DFE
Tints of Electric Indigo #701DFE
RGB
CMYK
RGB Variations
Color information
#701DFE (or 0x701DFE) is known color: Electric Indigo. HEX triplet: 70, 1D and FE. RGB value is (112,29,254). Sum of RGB (Red+Green+Blue) = 112+29+254=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #701DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DFE is #8FE201. Grayscale: #4E4E4E. Windows color (decimal): -9429506 or 16653680. OLE color: 16653680.
HSL color Cylindrical-coordinate representation of color #701DFE: hue angle of 262.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701DFE is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 29 | 254 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.00 |
| HSL | 262.13º | 0.99% | 0.55% | - |
| HSV(B) | 262.13º | 0.89% | 1% | - |
| XYZ | 25.01 | 11.48 | 94.66 | - |
| YUV | 79.47 | 226.5 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 254 | 0.56 | 0.89 | 0 | 0.00 | 262.13 | 0.99 | 0.55 |
| Hex | 70 | 1D | FE | 38 | 59 | 0 | 0 | 106 | 63 | 37 |
| Octal | 160 | 35 | 376 | 70 | 131 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1110000 | 11101 | 11111110 | 111000 | 1011001 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #701DFE
Complementary color
Monochromatic Colors of #701DFE
Black with #701DFE
Text Example
Text Example
White with #701DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DFE; }
p { color: rgb(112,29,254); }
H1.HeaderClassName
{
color: #701DFE;
}
.AnyTagClassName
{
color: #701DFE;
}
</style>
background-color css
<style>
a { background-color: #701DFE; }
a { background-color: rgb(112,29,254); }
div.DivClassName
{
background-color: #701DFE;
}
.BgClassName
{
background-color: #701DFE;
}
</style>
border-color css
<style>
span { border-color: #701DFE; }
span { border-color: rgb(112,29,254); }
td.TdClassName
{
border-color: #701DFE;
}
.TagClassName
{
border-color: #701DFE;
}
</style>