Shades of Electric Indigo #830BFB
Tints of Electric Indigo #830BFB
RGB
CMYK
RGB Variations
Color information
#830BFB (or 0x830BFB) is known color: Electric Indigo. HEX triplet: 83, 0B and FB. RGB value is (131,11,251). Sum of RGB (Red+Green+Blue) = 131+11+251=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #830BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BFB is #7CF404. Grayscale: #494949. Windows color (decimal): -8188933 or 16452483. OLE color: 16452483.
HSL color Cylindrical-coordinate representation of color #830BFB: hue angle of 270º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830BFB is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 11 | 251 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.02 |
| HSL | 270º | 0.97% | 0.51% | - |
| HSV(B) | 270º | 0.96% | 0.98% | - |
| XYZ | 26.89 | 12.03 | 92.17 | - |
| YUV | 74.24 | 227.76 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 251 | 0.48 | 0.96 | 0 | 0.02 | 270 | 0.97 | 0.51 |
| Hex | 83 | B | FB | 30 | 60 | 0 | 2 | 10E | 61 | 33 |
| Octal | 203 | 13 | 373 | 60 | 140 | 0 | 2 | 416 | 141 | 63 |
| Binary | 10000011 | 1011 | 11111011 | 110000 | 1100000 | 0 | 10 | 100001110 | 1100001 | 110011 |
Color Harmonies of #830BFB
Complementary color
Monochromatic Colors of #830BFB
Black with #830BFB
Text Example
Text Example
White with #830BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BFB; }
p { color: rgb(131,11,251); }
H1.HeaderClassName
{
color: #830BFB;
}
.AnyTagClassName
{
color: #830BFB;
}
</style>
background-color css
<style>
a { background-color: #830BFB; }
a { background-color: rgb(131,11,251); }
div.DivClassName
{
background-color: #830BFB;
}
.BgClassName
{
background-color: #830BFB;
}
</style>
border-color css
<style>
span { border-color: #830BFB; }
span { border-color: rgb(131,11,251); }
td.TdClassName
{
border-color: #830BFB;
}
.TagClassName
{
border-color: #830BFB;
}
</style>