Shades of Electric Indigo #830DFE
Tints of Electric Indigo #830DFE
RGB
CMYK
RGB Variations
Color information
#830DFE (or 0x830DFE) is known color: Electric Indigo. HEX triplet: 83, 0D and FE. RGB value is (131,13,254). Sum of RGB (Red+Green+Blue) = 131+13+254=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #830DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830DFE is #7CF201. Grayscale: #4A4A4A. Windows color (decimal): -8188418 or 16649603. OLE color: 16649603.
HSL color Cylindrical-coordinate representation of color #830DFE: hue angle of 269.38º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830DFE is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 13 | 254 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.00 |
| HSL | 269.38º | 0.99% | 0.52% | - |
| HSV(B) | 269.38º | 0.95% | 1% | - |
| XYZ | 27.39 | 12.27 | 94.69 | - |
| YUV | 75.76 | 228.59 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 254 | 0.48 | 0.95 | 0 | 0.00 | 269.38 | 0.99 | 0.52 |
| Hex | 83 | D | FE | 30 | 5F | 0 | 0 | 10D | 63 | 34 |
| Octal | 203 | 15 | 376 | 60 | 137 | 0 | 0 | 415 | 143 | 64 |
| Binary | 10000011 | 1101 | 11111110 | 110000 | 1011111 | 0 | 0 | 100001101 | 1100011 | 110100 |
Color Harmonies of #830DFE
Complementary color
Monochromatic Colors of #830DFE
Black with #830DFE
Text Example
Text Example
White with #830DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DFE; }
p { color: rgb(131,13,254); }
H1.HeaderClassName
{
color: #830DFE;
}
.AnyTagClassName
{
color: #830DFE;
}
</style>
background-color css
<style>
a { background-color: #830DFE; }
a { background-color: rgb(131,13,254); }
div.DivClassName
{
background-color: #830DFE;
}
.BgClassName
{
background-color: #830DFE;
}
</style>
border-color css
<style>
span { border-color: #830DFE; }
span { border-color: rgb(131,13,254); }
td.TdClassName
{
border-color: #830DFE;
}
.TagClassName
{
border-color: #830DFE;
}
</style>