Shades of Electric Indigo #8201F7
Tints of Electric Indigo #8201F7
RGB
CMYK
RGB Variations
Color information
#8201F7 (or 0x8201F7) is known color: Electric Indigo. HEX triplet: 82, 01 and F7. RGB value is (130,1,247). Sum of RGB (Red+Green+Blue) = 130+1+247=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #8201F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8201F7 is #7DFE08. Grayscale: #424242. Windows color (decimal): -8257033 or 16187778. OLE color: 16187778.
HSL color Cylindrical-coordinate representation of color #8201F7: hue angle of 271.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201F7 is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 1 | 247 | - |
| CMYK | 0.47 | 1.00 | 0 | 0.03 |
| HSL | 271.46º | 0.99% | 0.49% | - |
| HSV(B) | 271.46º | 1% | 0.97% | - |
| XYZ | 26.01 | 11.48 | 88.84 | - |
| YUV | 67.62 | 229.24 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 247 | 0.47 | 1.00 | 0 | 0.03 | 271.46 | 0.99 | 0.49 |
| Hex | 82 | 1 | F7 | 2F | 64 | 0 | 3 | 10F | 63 | 31 |
| Octal | 202 | 1 | 367 | 57 | 144 | 0 | 3 | 417 | 143 | 61 |
| Binary | 10000010 | 1 | 11110111 | 101111 | 1100100 | 0 | 11 | 100001111 | 1100011 | 110001 |
Color Harmonies of #8201F7
Complementary color
Monochromatic Colors of #8201F7
Black with #8201F7
Text Example
Text Example
White with #8201F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201F7; }
p { color: rgb(130,1,247); }
H1.HeaderClassName
{
color: #8201F7;
}
.AnyTagClassName
{
color: #8201F7;
}
</style>
background-color css
<style>
a { background-color: #8201F7; }
a { background-color: rgb(130,1,247); }
div.DivClassName
{
background-color: #8201F7;
}
.BgClassName
{
background-color: #8201F7;
}
</style>
border-color css
<style>
span { border-color: #8201F7; }
span { border-color: rgb(130,1,247); }
td.TdClassName
{
border-color: #8201F7;
}
.TagClassName
{
border-color: #8201F7;
}
</style>