Shades of Electric Indigo #8201F6
Tints of Electric Indigo #8201F6
RGB
CMYK
RGB Variations
Color information
#8201F6 (or 0x8201F6) is known color: Electric Indigo. HEX triplet: 82, 01 and F6. RGB value is (130,1,246). Sum of RGB (Red+Green+Blue) = 130+1+246=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #8201F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8201F6 is #7DFE09. Grayscale: #424242. Windows color (decimal): -8257034 or 16122242. OLE color: 16122242.
HSL color Cylindrical-coordinate representation of color #8201F6: hue angle of 271.59º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201F6 is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 1 | 246 | - |
| CMYK | 0.47 | 1.00 | 0 | 0.04 |
| HSL | 271.59º | 0.99% | 0.48% | - |
| HSV(B) | 271.59º | 1% | 0.96% | - |
| XYZ | 25.85 | 11.42 | 88.03 | - |
| YUV | 67.5 | 228.74 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 246 | 0.47 | 1.00 | 0 | 0.04 | 271.59 | 0.99 | 0.48 |
| Hex | 82 | 1 | F6 | 2F | 64 | 0 | 4 | 110 | 63 | 30 |
| Octal | 202 | 1 | 366 | 57 | 144 | 0 | 4 | 420 | 143 | 60 |
| Binary | 10000010 | 1 | 11110110 | 101111 | 1100100 | 0 | 100 | 100010000 | 1100011 | 110000 |
Color Harmonies of #8201F6
Complementary color
Monochromatic Colors of #8201F6
Black with #8201F6
Text Example
Text Example
White with #8201F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201F6; }
p { color: rgb(130,1,246); }
H1.HeaderClassName
{
color: #8201F6;
}
.AnyTagClassName
{
color: #8201F6;
}
</style>
background-color css
<style>
a { background-color: #8201F6; }
a { background-color: rgb(130,1,246); }
div.DivClassName
{
background-color: #8201F6;
}
.BgClassName
{
background-color: #8201F6;
}
</style>
border-color css
<style>
span { border-color: #8201F6; }
span { border-color: rgb(130,1,246); }
td.TdClassName
{
border-color: #8201F6;
}
.TagClassName
{
border-color: #8201F6;
}
</style>