Shades of Electric Indigo #830EF7
Tints of Electric Indigo #830EF7
RGB
CMYK
RGB Variations
Color information
#830EF7 (or 0x830EF7) is known color: Electric Indigo. HEX triplet: 83, 0E and F7. RGB value is (131,14,247). Sum of RGB (Red+Green+Blue) = 131+14+247=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #830EF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EF7 is #7CF108. Grayscale: #4A4A4A. Windows color (decimal): -8188169 or 16191107. OLE color: 16191107.
HSL color Cylindrical-coordinate representation of color #830EF7: hue angle of 270.13º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EF7 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 14 | 247 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.03 |
| HSL | 270.13º | 0.94% | 0.51% | - |
| HSV(B) | 270.13º | 0.94% | 0.97% | - |
| XYZ | 26.31 | 11.85 | 88.9 | - |
| YUV | 75.55 | 224.76 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 247 | 0.47 | 0.94 | 0 | 0.03 | 270.13 | 0.94 | 0.51 |
| Hex | 83 | E | F7 | 2F | 5E | 0 | 3 | 10E | 5E | 33 |
| Octal | 203 | 16 | 367 | 57 | 136 | 0 | 3 | 416 | 136 | 63 |
| Binary | 10000011 | 1110 | 11110111 | 101111 | 1011110 | 0 | 11 | 100001110 | 1011110 | 110011 |
Color Harmonies of #830EF7
Complementary color
Monochromatic Colors of #830EF7
Black with #830EF7
Text Example
Text Example
White with #830EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EF7; }
p { color: rgb(131,14,247); }
H1.HeaderClassName
{
color: #830EF7;
}
.AnyTagClassName
{
color: #830EF7;
}
</style>
background-color css
<style>
a { background-color: #830EF7; }
a { background-color: rgb(131,14,247); }
div.DivClassName
{
background-color: #830EF7;
}
.BgClassName
{
background-color: #830EF7;
}
</style>
border-color css
<style>
span { border-color: #830EF7; }
span { border-color: rgb(131,14,247); }
td.TdClassName
{
border-color: #830EF7;
}
.TagClassName
{
border-color: #830EF7;
}
</style>