Shades of Electric Indigo #830EF8
Tints of Electric Indigo #830EF8
RGB
CMYK
RGB Variations
Color information
#830EF8 (or 0x830EF8) is known color: Electric Indigo. HEX triplet: 83, 0E and F8. RGB value is (131,14,248). Sum of RGB (Red+Green+Blue) = 131+14+248=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #830EF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EF8 is #7CF107. Grayscale: #4A4A4A. Windows color (decimal): -8188168 or 16256643. OLE color: 16256643.
HSL color Cylindrical-coordinate representation of color #830EF8: hue angle of 270º 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 #830EF8 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 14 | 248 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.03 |
| HSL | 270º | 0.94% | 0.51% | - |
| HSV(B) | 270º | 0.94% | 0.97% | - |
| XYZ | 26.46 | 11.92 | 89.71 | - |
| YUV | 75.66 | 225.26 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 248 | 0.47 | 0.94 | 0 | 0.03 | 270 | 0.94 | 0.51 |
| Hex | 83 | E | F8 | 2F | 5E | 0 | 3 | 10E | 5E | 33 |
| Octal | 203 | 16 | 370 | 57 | 136 | 0 | 3 | 416 | 136 | 63 |
| Binary | 10000011 | 1110 | 11111000 | 101111 | 1011110 | 0 | 11 | 100001110 | 1011110 | 110011 |
Color Harmonies of #830EF8
Complementary color
Monochromatic Colors of #830EF8
Black with #830EF8
Text Example
Text Example
White with #830EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EF8; }
p { color: rgb(131,14,248); }
H1.HeaderClassName
{
color: #830EF8;
}
.AnyTagClassName
{
color: #830EF8;
}
</style>
background-color css
<style>
a { background-color: #830EF8; }
a { background-color: rgb(131,14,248); }
div.DivClassName
{
background-color: #830EF8;
}
.BgClassName
{
background-color: #830EF8;
}
</style>
border-color css
<style>
span { border-color: #830EF8; }
span { border-color: rgb(131,14,248); }
td.TdClassName
{
border-color: #830EF8;
}
.TagClassName
{
border-color: #830EF8;
}
</style>