Shades of Electric Indigo #701BFC
Tints of Electric Indigo #701BFC
RGB
CMYK
RGB Variations
Color information
#701BFC (or 0x701BFC) is known color: Electric Indigo. HEX triplet: 70, 1B and FC. RGB value is (112,27,252). Sum of RGB (Red+Green+Blue) = 112+27+252=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #701BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BFC is #8FE403. Grayscale: #4D4D4D. Windows color (decimal): -9430020 or 16522096. OLE color: 16522096.
HSL color Cylindrical-coordinate representation of color #701BFC: hue angle of 262.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701BFC is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 27 | 252 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.01 |
| HSL | 262.67º | 0.97% | 0.55% | - |
| HSV(B) | 262.67º | 0.89% | 0.99% | - |
| XYZ | 24.64 | 11.26 | 92.97 | - |
| YUV | 78.07 | 226.16 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 252 | 0.56 | 0.89 | 0 | 0.01 | 262.67 | 0.97 | 0.55 |
| Hex | 70 | 1B | FC | 38 | 59 | 0 | 1 | 107 | 61 | 37 |
| Octal | 160 | 33 | 374 | 70 | 131 | 0 | 1 | 407 | 141 | 67 |
| Binary | 1110000 | 11011 | 11111100 | 111000 | 1011001 | 0 | 1 | 100000111 | 1100001 | 110111 |
Color Harmonies of #701BFC
Complementary color
Monochromatic Colors of #701BFC
Black with #701BFC
Text Example
Text Example
White with #701BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BFC; }
p { color: rgb(112,27,252); }
H1.HeaderClassName
{
color: #701BFC;
}
.AnyTagClassName
{
color: #701BFC;
}
</style>
background-color css
<style>
a { background-color: #701BFC; }
a { background-color: rgb(112,27,252); }
div.DivClassName
{
background-color: #701BFC;
}
.BgClassName
{
background-color: #701BFC;
}
</style>
border-color css
<style>
span { border-color: #701BFC; }
span { border-color: rgb(112,27,252); }
td.TdClassName
{
border-color: #701BFC;
}
.TagClassName
{
border-color: #701BFC;
}
</style>