Shades of Electric Indigo #830AF6
Tints of Electric Indigo #830AF6
RGB
CMYK
RGB Variations
Color information
#830AF6 (or 0x830AF6) is known color: Electric Indigo. HEX triplet: 83, 0A and F6. RGB value is (131,10,246). Sum of RGB (Red+Green+Blue) = 131+10+246=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #830AF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AF6 is #7CF509. Grayscale: #484848. Windows color (decimal): -8189194 or 16124547. OLE color: 16124547.
HSL color Cylindrical-coordinate representation of color #830AF6: hue angle of 270.76º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830AF6 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 10 | 246 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.04 |
| HSL | 270.76º | 0.93% | 0.5% | - |
| HSV(B) | 270.76º | 0.96% | 0.96% | - |
| XYZ | 26.1 | 11.7 | 88.07 | - |
| YUV | 73.08 | 225.59 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 246 | 0.47 | 0.96 | 0 | 0.04 | 270.76 | 0.93 | 0.5 |
| Hex | 83 | A | F6 | 2F | 60 | 0 | 4 | 10F | 5D | 32 |
| Octal | 203 | 12 | 366 | 57 | 140 | 0 | 4 | 417 | 135 | 62 |
| Binary | 10000011 | 1010 | 11110110 | 101111 | 1100000 | 0 | 100 | 100001111 | 1011101 | 110010 |
Color Harmonies of #830AF6
Complementary color
Monochromatic Colors of #830AF6
Black with #830AF6
Text Example
Text Example
White with #830AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830AF6; }
p { color: rgb(131,10,246); }
H1.HeaderClassName
{
color: #830AF6;
}
.AnyTagClassName
{
color: #830AF6;
}
</style>
background-color css
<style>
a { background-color: #830AF6; }
a { background-color: rgb(131,10,246); }
div.DivClassName
{
background-color: #830AF6;
}
.BgClassName
{
background-color: #830AF6;
}
</style>
border-color css
<style>
span { border-color: #830AF6; }
span { border-color: rgb(131,10,246); }
td.TdClassName
{
border-color: #830AF6;
}
.TagClassName
{
border-color: #830AF6;
}
</style>