Shades of Electric Indigo #7101FC
Tints of Electric Indigo #7101FC
RGB
CMYK
RGB Variations
Color information
#7101FC (or 0x7101FC) is known color: Electric Indigo. HEX triplet: 71, 01 and FC. RGB value is (113,1,252). Sum of RGB (Red+Green+Blue) = 113+1+252=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #7101FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7101FC is #8EFE03. Grayscale: #3E3E3E. Windows color (decimal): -9371140 or 16515441. OLE color: 16515441.
HSL color Cylindrical-coordinate representation of color #7101FC: hue angle of 266.77º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7101FC is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 1 | 252 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.01 |
| HSL | 266.77º | 0.99% | 0.5% | - |
| HSV(B) | 266.77º | 1% | 0.99% | - |
| XYZ | 24.39 | 10.56 | 92.85 | - |
| YUV | 63.1 | 234.61 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 252 | 0.55 | 1.00 | 0 | 0.01 | 266.77 | 0.99 | 0.5 |
| Hex | 71 | 1 | FC | 37 | 64 | 0 | 1 | 10B | 63 | 32 |
| Octal | 161 | 1 | 374 | 67 | 144 | 0 | 1 | 413 | 143 | 62 |
| Binary | 1110001 | 1 | 11111100 | 110111 | 1100100 | 0 | 1 | 100001011 | 1100011 | 110010 |
Color Harmonies of #7101FC
Complementary color
Monochromatic Colors of #7101FC
Black with #7101FC
Text Example
Text Example
White with #7101FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101FC; }
p { color: rgb(113,1,252); }
H1.HeaderClassName
{
color: #7101FC;
}
.AnyTagClassName
{
color: #7101FC;
}
</style>
background-color css
<style>
a { background-color: #7101FC; }
a { background-color: rgb(113,1,252); }
div.DivClassName
{
background-color: #7101FC;
}
.BgClassName
{
background-color: #7101FC;
}
</style>
border-color css
<style>
span { border-color: #7101FC; }
span { border-color: rgb(113,1,252); }
td.TdClassName
{
border-color: #7101FC;
}
.TagClassName
{
border-color: #7101FC;
}
</style>