Shades of Electric Indigo #701DFF
Tints of Electric Indigo #701DFF
RGB
CMYK
RGB Variations
Color information
#701DFF (or 0x701DFF) is known color: Electric Indigo. HEX triplet: 70, 1D and FF. RGB value is (112,29,255). Sum of RGB (Red+Green+Blue) = 112+29+255=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #701DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DFF is #8FE200. Grayscale: #4E4E4E. Windows color (decimal): -9429505 or 16719216. OLE color: 16719216.
HSL color Cylindrical-coordinate representation of color #701DFF: hue angle of 262.04º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701DFF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 29 | 255 | - |
| CMYK | 0.56 | 0.89 | 0 | 0 |
| HSL | 262.04º | 1% | 0.56% | - |
| HSV(B) | 262.04º | 0.89% | 1% | - |
| XYZ | 25.17 | 11.54 | 95.51 | - |
| YUV | 79.58 | 227 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 255 | 0.56 | 0.89 | 0 | 0 | 262.04 | 1 | 0.56 |
| Hex | 70 | 1D | FF | 38 | 59 | 0 | 0 | 106 | 64 | 38 |
| Octal | 160 | 35 | 377 | 70 | 131 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110000 | 11101 | 11111111 | 111000 | 1011001 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #701DFF
Complementary color
Monochromatic Colors of #701DFF
Black with #701DFF
Text Example
Text Example
White with #701DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DFF; }
p { color: rgb(112,29,255); }
H1.HeaderClassName
{
color: #701DFF;
}
.AnyTagClassName
{
color: #701DFF;
}
</style>
background-color css
<style>
a { background-color: #701DFF; }
a { background-color: rgb(112,29,255); }
div.DivClassName
{
background-color: #701DFF;
}
.BgClassName
{
background-color: #701DFF;
}
</style>
border-color css
<style>
span { border-color: #701DFF; }
span { border-color: rgb(112,29,255); }
td.TdClassName
{
border-color: #701DFF;
}
.TagClassName
{
border-color: #701DFF;
}
</style>