Shades of Electric Indigo #8201F1
Tints of Electric Indigo #8201F1
RGB
CMYK
RGB Variations
Color information
#8201F1 (or 0x8201F1) is known color: Electric Indigo. HEX triplet: 82, 01 and F1. RGB value is (130,1,241). Sum of RGB (Red+Green+Blue) = 130+1+241=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #8201F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8201F1 is #7DFE0E. Grayscale: #424242. Windows color (decimal): -8257039 or 15794562. OLE color: 15794562.
HSL color Cylindrical-coordinate representation of color #8201F1: hue angle of 272.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201F1 is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 1 | 241 | - |
| CMYK | 0.46 | 1.00 | 0 | 0.05 |
| HSL | 272.25º | 0.99% | 0.47% | - |
| HSV(B) | 272.25º | 1% | 0.95% | - |
| XYZ | 25.09 | 11.12 | 84.04 | - |
| YUV | 66.93 | 226.24 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 241 | 0.46 | 1.00 | 0 | 0.05 | 272.25 | 0.99 | 0.47 |
| Hex | 82 | 1 | F1 | 2E | 64 | 0 | 5 | 110 | 63 | 2F |
| Octal | 202 | 1 | 361 | 56 | 144 | 0 | 5 | 420 | 143 | 57 |
| Binary | 10000010 | 1 | 11110001 | 101110 | 1100100 | 0 | 101 | 100010000 | 1100011 | 101111 |
Color Harmonies of #8201F1
Complementary color
Monochromatic Colors of #8201F1
Black with #8201F1
Text Example
Text Example
White with #8201F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201F1; }
p { color: rgb(130,1,241); }
H1.HeaderClassName
{
color: #8201F1;
}
.AnyTagClassName
{
color: #8201F1;
}
</style>
background-color css
<style>
a { background-color: #8201F1; }
a { background-color: rgb(130,1,241); }
div.DivClassName
{
background-color: #8201F1;
}
.BgClassName
{
background-color: #8201F1;
}
</style>
border-color css
<style>
span { border-color: #8201F1; }
span { border-color: rgb(130,1,241); }
td.TdClassName
{
border-color: #8201F1;
}
.TagClassName
{
border-color: #8201F1;
}
</style>