Shades of Electric Indigo #830FFE
Tints of Electric Indigo #830FFE
RGB
CMYK
RGB Variations
Color information
#830FFE (or 0x830FFE) is known color: Electric Indigo. HEX triplet: 83, 0F and FE. RGB value is (131,15,254). Sum of RGB (Red+Green+Blue) = 131+15+254=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #830FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FFE is #7CF001. Grayscale: #4C4C4C. Windows color (decimal): -8187906 or 16650115. OLE color: 16650115.
HSL color Cylindrical-coordinate representation of color #830FFE: hue angle of 269.12º 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 #830FFE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 15 | 254 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.00 |
| HSL | 269.12º | 0.99% | 0.53% | - |
| HSV(B) | 269.12º | 0.94% | 1% | - |
| XYZ | 27.42 | 12.32 | 94.7 | - |
| YUV | 76.93 | 227.93 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 254 | 0.48 | 0.94 | 0 | 0.00 | 269.12 | 0.99 | 0.53 |
| Hex | 83 | F | FE | 30 | 5E | 0 | 0 | 10D | 63 | 35 |
| Octal | 203 | 17 | 376 | 60 | 136 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000011 | 1111 | 11111110 | 110000 | 1011110 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #830FFE
Complementary color
Monochromatic Colors of #830FFE
Black with #830FFE
Text Example
Text Example
White with #830FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FFE; }
p { color: rgb(131,15,254); }
H1.HeaderClassName
{
color: #830FFE;
}
.AnyTagClassName
{
color: #830FFE;
}
</style>
background-color css
<style>
a { background-color: #830FFE; }
a { background-color: rgb(131,15,254); }
div.DivClassName
{
background-color: #830FFE;
}
.BgClassName
{
background-color: #830FFE;
}
</style>
border-color css
<style>
span { border-color: #830FFE; }
span { border-color: rgb(131,15,254); }
td.TdClassName
{
border-color: #830FFE;
}
.TagClassName
{
border-color: #830FFE;
}
</style>