Shades of Electric Indigo #830CF6
Tints of Electric Indigo #830CF6
RGB
CMYK
RGB Variations
Color information
#830CF6 (or 0x830CF6) is known color: Electric Indigo. HEX triplet: 83, 0C and F6. RGB value is (131,12,246). Sum of RGB (Red+Green+Blue) = 131+12+246=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #830CF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CF6 is #7CF309. Grayscale: #494949. Windows color (decimal): -8188682 or 16125059. OLE color: 16125059.
HSL color Cylindrical-coordinate representation of color #830CF6: hue angle of 270.51º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830CF6 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 12 | 246 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.04 |
| HSL | 270.51º | 0.93% | 0.51% | - |
| HSV(B) | 270.51º | 0.95% | 0.96% | - |
| XYZ | 26.13 | 11.74 | 88.08 | - |
| YUV | 74.26 | 224.92 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 246 | 0.47 | 0.95 | 0 | 0.04 | 270.51 | 0.93 | 0.51 |
| Hex | 83 | C | F6 | 2F | 5F | 0 | 4 | 10F | 5D | 33 |
| Octal | 203 | 14 | 366 | 57 | 137 | 0 | 4 | 417 | 135 | 63 |
| Binary | 10000011 | 1100 | 11110110 | 101111 | 1011111 | 0 | 100 | 100001111 | 1011101 | 110011 |
Color Harmonies of #830CF6
Complementary color
Monochromatic Colors of #830CF6
Black with #830CF6
Text Example
Text Example
White with #830CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CF6; }
p { color: rgb(131,12,246); }
H1.HeaderClassName
{
color: #830CF6;
}
.AnyTagClassName
{
color: #830CF6;
}
</style>
background-color css
<style>
a { background-color: #830CF6; }
a { background-color: rgb(131,12,246); }
div.DivClassName
{
background-color: #830CF6;
}
.BgClassName
{
background-color: #830CF6;
}
</style>
border-color css
<style>
span { border-color: #830CF6; }
span { border-color: rgb(131,12,246); }
td.TdClassName
{
border-color: #830CF6;
}
.TagClassName
{
border-color: #830CF6;
}
</style>