Shades of Electric Indigo #701DFC
Tints of Electric Indigo #701DFC
RGB
CMYK
RGB Variations
Color information
#701DFC (or 0x701DFC) is known color: Electric Indigo. HEX triplet: 70, 1D and FC. RGB value is (112,29,252). Sum of RGB (Red+Green+Blue) = 112+29+252=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #701DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DFC is #8FE203. Grayscale: #4E4E4E. Windows color (decimal): -9429508 or 16522608. OLE color: 16522608.
HSL color Cylindrical-coordinate representation of color #701DFC: hue angle of 262.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701DFC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 29 | 252 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.01 |
| HSL | 262.33º | 0.97% | 0.55% | - |
| HSV(B) | 262.33º | 0.88% | 0.99% | - |
| XYZ | 24.69 | 11.35 | 92.99 | - |
| YUV | 79.24 | 225.5 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 252 | 0.56 | 0.88 | 0 | 0.01 | 262.33 | 0.97 | 0.55 |
| Hex | 70 | 1D | FC | 38 | 58 | 0 | 1 | 106 | 61 | 37 |
| Octal | 160 | 35 | 374 | 70 | 130 | 0 | 1 | 406 | 141 | 67 |
| Binary | 1110000 | 11101 | 11111100 | 111000 | 1011000 | 0 | 1 | 100000110 | 1100001 | 110111 |
Color Harmonies of #701DFC
Complementary color
Monochromatic Colors of #701DFC
Black with #701DFC
Text Example
Text Example
White with #701DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DFC; }
p { color: rgb(112,29,252); }
H1.HeaderClassName
{
color: #701DFC;
}
.AnyTagClassName
{
color: #701DFC;
}
</style>
background-color css
<style>
a { background-color: #701DFC; }
a { background-color: rgb(112,29,252); }
div.DivClassName
{
background-color: #701DFC;
}
.BgClassName
{
background-color: #701DFC;
}
</style>
border-color css
<style>
span { border-color: #701DFC; }
span { border-color: rgb(112,29,252); }
td.TdClassName
{
border-color: #701DFC;
}
.TagClassName
{
border-color: #701DFC;
}
</style>