Shades of Electric Indigo #830BF1
Tints of Electric Indigo #830BF1
RGB
CMYK
RGB Variations
Color information
#830BF1 (or 0x830BF1) is known color: Electric Indigo. HEX triplet: 83, 0B and F1. RGB value is (131,11,241). Sum of RGB (Red+Green+Blue) = 131+11+241=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #830BF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BF1 is #7CF40E. Grayscale: #484848. Windows color (decimal): -8188943 or 15797123. OLE color: 15797123.
HSL color Cylindrical-coordinate representation of color #830BF1: hue angle of 271.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BF1 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 11 | 241 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.05 |
| HSL | 271.3º | 0.91% | 0.49% | - |
| HSV(B) | 271.3º | 0.95% | 0.95% | - |
| XYZ | 25.36 | 11.42 | 84.09 | - |
| YUV | 73.1 | 222.76 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 241 | 0.46 | 0.95 | 0 | 0.05 | 271.3 | 0.91 | 0.49 |
| Hex | 83 | B | F1 | 2E | 5F | 0 | 5 | 10F | 5B | 31 |
| Octal | 203 | 13 | 361 | 56 | 137 | 0 | 5 | 417 | 133 | 61 |
| Binary | 10000011 | 1011 | 11110001 | 101110 | 1011111 | 0 | 101 | 100001111 | 1011011 | 110001 |
Color Harmonies of #830BF1
Complementary color
Monochromatic Colors of #830BF1
Black with #830BF1
Text Example
Text Example
White with #830BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BF1; }
p { color: rgb(131,11,241); }
H1.HeaderClassName
{
color: #830BF1;
}
.AnyTagClassName
{
color: #830BF1;
}
</style>
background-color css
<style>
a { background-color: #830BF1; }
a { background-color: rgb(131,11,241); }
div.DivClassName
{
background-color: #830BF1;
}
.BgClassName
{
background-color: #830BF1;
}
</style>
border-color css
<style>
span { border-color: #830BF1; }
span { border-color: rgb(131,11,241); }
td.TdClassName
{
border-color: #830BF1;
}
.TagClassName
{
border-color: #830BF1;
}
</style>