Shades of Electric Indigo #830AFC
Tints of Electric Indigo #830AFC
RGB
CMYK
RGB Variations
Color information
#830AFC (or 0x830AFC) is known color: Electric Indigo. HEX triplet: 83, 0A and FC. RGB value is (131,10,252). Sum of RGB (Red+Green+Blue) = 131+10+252=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #830AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AFC is #7CF503. Grayscale: #484848. Windows color (decimal): -8189188 or 16517763. OLE color: 16517763.
HSL color Cylindrical-coordinate representation of color #830AFC: hue angle of 270º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830AFC is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 10 | 252 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.51% | - |
| HSV(B) | 270º | 0.96% | 0.99% | - |
| XYZ | 27.04 | 12.07 | 93 | - |
| YUV | 73.77 | 228.59 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 252 | 0.48 | 0.96 | 0 | 0.01 | 270 | 0.98 | 0.51 |
| Hex | 83 | A | FC | 30 | 60 | 0 | 1 | 10E | 62 | 33 |
| Octal | 203 | 12 | 374 | 60 | 140 | 0 | 1 | 416 | 142 | 63 |
| Binary | 10000011 | 1010 | 11111100 | 110000 | 1100000 | 0 | 1 | 100001110 | 1100010 | 110011 |
Color Harmonies of #830AFC
Complementary color
Monochromatic Colors of #830AFC
Black with #830AFC
Text Example
Text Example
White with #830AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AFC; }
p { color: rgb(131,10,252); }
H1.HeaderClassName
{
color: #830AFC;
}
.AnyTagClassName
{
color: #830AFC;
}
</style>
background-color css
<style>
a { background-color: #830AFC; }
a { background-color: rgb(131,10,252); }
div.DivClassName
{
background-color: #830AFC;
}
.BgClassName
{
background-color: #830AFC;
}
</style>
border-color css
<style>
span { border-color: #830AFC; }
span { border-color: rgb(131,10,252); }
td.TdClassName
{
border-color: #830AFC;
}
.TagClassName
{
border-color: #830AFC;
}
</style>