Shades of Electric Indigo #8201EF
Tints of Electric Indigo #8201EF
RGB
CMYK
RGB Variations
Color information
#8201EF (or 0x8201EF) is known color: Electric Indigo. HEX triplet: 82, 01 and EF. RGB value is (130,1,239). Sum of RGB (Red+Green+Blue) = 130+1+239=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #8201EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8201EF is #7DFE10. Grayscale: #414141. Windows color (decimal): -8257041 or 15663490. OLE color: 15663490.
HSL color Cylindrical-coordinate representation of color #8201EF: hue angle of 272.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201EF is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 1 | 239 | - |
| CMYK | 0.46 | 1.00 | 0 | 0.06 |
| HSL | 272.52º | 0.99% | 0.47% | - |
| HSV(B) | 272.52º | 1% | 0.94% | - |
| XYZ | 24.8 | 11 | 82.48 | - |
| YUV | 66.7 | 225.24 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 239 | 0.46 | 1.00 | 0 | 0.06 | 272.52 | 0.99 | 0.47 |
| Hex | 82 | 1 | EF | 2E | 64 | 0 | 6 | 111 | 63 | 2F |
| Octal | 202 | 1 | 357 | 56 | 144 | 0 | 6 | 421 | 143 | 57 |
| Binary | 10000010 | 1 | 11101111 | 101110 | 1100100 | 0 | 110 | 100010001 | 1100011 | 101111 |
Color Harmonies of #8201EF
Complementary color
Monochromatic Colors of #8201EF
Black with #8201EF
Text Example
Text Example
White with #8201EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201EF; }
p { color: rgb(130,1,239); }
H1.HeaderClassName
{
color: #8201EF;
}
.AnyTagClassName
{
color: #8201EF;
}
</style>
background-color css
<style>
a { background-color: #8201EF; }
a { background-color: rgb(130,1,239); }
div.DivClassName
{
background-color: #8201EF;
}
.BgClassName
{
background-color: #8201EF;
}
</style>
border-color css
<style>
span { border-color: #8201EF; }
span { border-color: rgb(130,1,239); }
td.TdClassName
{
border-color: #8201EF;
}
.TagClassName
{
border-color: #8201EF;
}
</style>