Shades of Electric Indigo #830AFA
Tints of Electric Indigo #830AFA
RGB
CMYK
RGB Variations
Color information
#830AFA (or 0x830AFA) is known color: Electric Indigo. HEX triplet: 83, 0A and FA. RGB value is (131,10,250). Sum of RGB (Red+Green+Blue) = 131+10+250=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #830AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AFA is #7CF505. Grayscale: #484848. Windows color (decimal): -8189190 or 16386691. OLE color: 16386691.
HSL color Cylindrical-coordinate representation of color #830AFA: hue angle of 270.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830AFA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 10 | 250 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.02 |
| HSL | 270.25º | 0.96% | 0.51% | - |
| HSV(B) | 270.25º | 0.96% | 0.98% | - |
| XYZ | 26.72 | 11.94 | 91.34 | - |
| YUV | 73.54 | 227.59 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 250 | 0.48 | 0.96 | 0 | 0.02 | 270.25 | 0.96 | 0.51 |
| Hex | 83 | A | FA | 30 | 60 | 0 | 2 | 10E | 60 | 33 |
| Octal | 203 | 12 | 372 | 60 | 140 | 0 | 2 | 416 | 140 | 63 |
| Binary | 10000011 | 1010 | 11111010 | 110000 | 1100000 | 0 | 10 | 100001110 | 1100000 | 110011 |
Color Harmonies of #830AFA
Complementary color
Monochromatic Colors of #830AFA
Black with #830AFA
Text Example
Text Example
White with #830AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AFA; }
p { color: rgb(131,10,250); }
H1.HeaderClassName
{
color: #830AFA;
}
.AnyTagClassName
{
color: #830AFA;
}
</style>
background-color css
<style>
a { background-color: #830AFA; }
a { background-color: rgb(131,10,250); }
div.DivClassName
{
background-color: #830AFA;
}
.BgClassName
{
background-color: #830AFA;
}
</style>
border-color css
<style>
span { border-color: #830AFA; }
span { border-color: rgb(131,10,250); }
td.TdClassName
{
border-color: #830AFA;
}
.TagClassName
{
border-color: #830AFA;
}
</style>