Shades of Electric Indigo #830EFE
Tints of Electric Indigo #830EFE
RGB
CMYK
RGB Variations
Color information
#830EFE (or 0x830EFE) is known color: Electric Indigo. HEX triplet: 83, 0E and FE. RGB value is (131,14,254). Sum of RGB (Red+Green+Blue) = 131+14+254=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #830EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EFE is #7CF101. Grayscale: #4B4B4B. Windows color (decimal): -8188162 or 16649859. OLE color: 16649859.
HSL color Cylindrical-coordinate representation of color #830EFE: hue angle of 269.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EFE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 14 | 254 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.00 |
| HSL | 269.25º | 0.99% | 0.53% | - |
| HSV(B) | 269.25º | 0.94% | 1% | - |
| XYZ | 27.41 | 12.3 | 94.69 | - |
| YUV | 76.34 | 228.26 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 254 | 0.48 | 0.94 | 0 | 0.00 | 269.25 | 0.99 | 0.53 |
| Hex | 83 | E | FE | 30 | 5E | 0 | 0 | 10D | 63 | 35 |
| Octal | 203 | 16 | 376 | 60 | 136 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000011 | 1110 | 11111110 | 110000 | 1011110 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #830EFE
Complementary color
Monochromatic Colors of #830EFE
Black with #830EFE
Text Example
Text Example
White with #830EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EFE; }
p { color: rgb(131,14,254); }
H1.HeaderClassName
{
color: #830EFE;
}
.AnyTagClassName
{
color: #830EFE;
}
</style>
background-color css
<style>
a { background-color: #830EFE; }
a { background-color: rgb(131,14,254); }
div.DivClassName
{
background-color: #830EFE;
}
.BgClassName
{
background-color: #830EFE;
}
</style>
border-color css
<style>
span { border-color: #830EFE; }
span { border-color: rgb(131,14,254); }
td.TdClassName
{
border-color: #830EFE;
}
.TagClassName
{
border-color: #830EFE;
}
</style>