Shades of Electric Indigo #8203FA
Tints of Electric Indigo #8203FA
RGB
CMYK
RGB Variations
Color information
#8203FA (or 0x8203FA) is known color: Electric Indigo. HEX triplet: 82, 03 and FA. RGB value is (130,3,250). Sum of RGB (Red+Green+Blue) = 130+3+250=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #8203FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8203FA is #7DFC05. Grayscale: #444444. Windows color (decimal): -8256518 or 16384898. OLE color: 16384898.
HSL color Cylindrical-coordinate representation of color #8203FA: hue angle of 270.85º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203FA is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 3 | 250 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.02 |
| HSL | 270.85º | 0.98% | 0.5% | - |
| HSV(B) | 270.85º | 0.99% | 0.98% | - |
| XYZ | 26.49 | 11.71 | 91.31 | - |
| YUV | 69.13 | 230.08 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 250 | 0.48 | 0.99 | 0 | 0.02 | 270.85 | 0.98 | 0.5 |
| Hex | 82 | 3 | FA | 30 | 63 | 0 | 2 | 10F | 62 | 32 |
| Octal | 202 | 3 | 372 | 60 | 143 | 0 | 2 | 417 | 142 | 62 |
| Binary | 10000010 | 11 | 11111010 | 110000 | 1100011 | 0 | 10 | 100001111 | 1100010 | 110010 |
Color Harmonies of #8203FA
Complementary color
Monochromatic Colors of #8203FA
Black with #8203FA
Text Example
Text Example
White with #8203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203FA; }
p { color: rgb(130,3,250); }
H1.HeaderClassName
{
color: #8203FA;
}
.AnyTagClassName
{
color: #8203FA;
}
</style>
background-color css
<style>
a { background-color: #8203FA; }
a { background-color: rgb(130,3,250); }
div.DivClassName
{
background-color: #8203FA;
}
.BgClassName
{
background-color: #8203FA;
}
</style>
border-color css
<style>
span { border-color: #8203FA; }
span { border-color: rgb(130,3,250); }
td.TdClassName
{
border-color: #8203FA;
}
.TagClassName
{
border-color: #8203FA;
}
</style>