Shades of Electric Indigo #8200FB
Tints of Electric Indigo #8200FB
RGB
CMYK
RGB Variations
Color information
#8200FB (or 0x8200FB) is known color: Electric Indigo. HEX triplet: 82, 00 and FB. RGB value is (130,0,251). Sum of RGB (Red+Green+Blue) = 130+0+251=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #8200FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200FB is #7DFF04. Grayscale: #424242. Windows color (decimal): -8257285 or 16449666. OLE color: 16449666.
HSL color Cylindrical-coordinate representation of color #8200FB: hue angle of 271.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200FB is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 0 | 251 | - |
| CMYK | 0.48 | 1 | 0 | 0.02 |
| HSL | 271.08º | 1% | 0.49% | - |
| HSV(B) | 271.08º | 1% | 0.98% | - |
| XYZ | 26.62 | 11.71 | 92.12 | - |
| YUV | 67.48 | 231.57 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 251 | 0.48 | 1 | 0 | 0.02 | 271.08 | 1 | 0.49 |
| Hex | 82 | 0 | FB | 30 | 64 | 0 | 2 | 10F | 64 | 31 |
| Octal | 202 | 0 | 373 | 60 | 144 | 0 | 2 | 417 | 144 | 61 |
| Binary | 10000010 | 0 | 11111011 | 110000 | 1100100 | 0 | 10 | 100001111 | 1100100 | 110001 |
Color Harmonies of #8200FB
Complementary color
Monochromatic Colors of #8200FB
Black with #8200FB
Text Example
Text Example
White with #8200FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200FB; }
p { color: rgb(130,0,251); }
H1.HeaderClassName
{
color: #8200FB;
}
.AnyTagClassName
{
color: #8200FB;
}
</style>
background-color css
<style>
a { background-color: #8200FB; }
a { background-color: rgb(130,0,251); }
div.DivClassName
{
background-color: #8200FB;
}
.BgClassName
{
background-color: #8200FB;
}
</style>
border-color css
<style>
span { border-color: #8200FB; }
span { border-color: rgb(130,0,251); }
td.TdClassName
{
border-color: #8200FB;
}
.TagClassName
{
border-color: #8200FB;
}
</style>