Shades of Electric Indigo #8103FA
Tints of Electric Indigo #8103FA
RGB
CMYK
RGB Variations
Color information
#8103FA (or 0x8103FA) is known color: Electric Indigo. HEX triplet: 81, 03 and FA. RGB value is (129,3,250). Sum of RGB (Red+Green+Blue) = 129+3+250=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #8103FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8103FA is #7EFC05. Grayscale: #434343. Windows color (decimal): -8322054 or 16384897. OLE color: 16384897.
HSL color Cylindrical-coordinate representation of color #8103FA: hue angle of 270.61º 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 #8103FA is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 3 | 250 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.02 |
| HSL | 270.61º | 0.98% | 0.5% | - |
| HSV(B) | 270.61º | 0.99% | 0.98% | - |
| XYZ | 26.34 | 11.63 | 91.3 | - |
| YUV | 68.83 | 230.24 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 250 | 0.48 | 0.99 | 0 | 0.02 | 270.61 | 0.98 | 0.5 |
| Hex | 81 | 3 | FA | 30 | 63 | 0 | 2 | 10F | 62 | 32 |
| Octal | 201 | 3 | 372 | 60 | 143 | 0 | 2 | 417 | 142 | 62 |
| Binary | 10000001 | 11 | 11111010 | 110000 | 1100011 | 0 | 10 | 100001111 | 1100010 | 110010 |
Color Harmonies of #8103FA
Complementary color
Monochromatic Colors of #8103FA
Black with #8103FA
Text Example
Text Example
White with #8103FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8103FA; }
p { color: rgb(129,3,250); }
H1.HeaderClassName
{
color: #8103FA;
}
.AnyTagClassName
{
color: #8103FA;
}
</style>
background-color css
<style>
a { background-color: #8103FA; }
a { background-color: rgb(129,3,250); }
div.DivClassName
{
background-color: #8103FA;
}
.BgClassName
{
background-color: #8103FA;
}
</style>
border-color css
<style>
span { border-color: #8103FA; }
span { border-color: rgb(129,3,250); }
td.TdClassName
{
border-color: #8103FA;
}
.TagClassName
{
border-color: #8103FA;
}
</style>