Shades of Electric Indigo #830CFC
Tints of Electric Indigo #830CFC
RGB
CMYK
RGB Variations
Color information
#830CFC (or 0x830CFC) is known color: Electric Indigo. HEX triplet: 83, 0C and FC. RGB value is (131,12,252). Sum of RGB (Red+Green+Blue) = 131+12+252=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #830CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CFC is #7CF303. Grayscale: #4A4A4A. Windows color (decimal): -8188676 or 16518275. OLE color: 16518275.
HSL color Cylindrical-coordinate representation of color #830CFC: hue angle of 269.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830CFC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 12 | 252 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.01 |
| HSL | 269.75º | 0.98% | 0.52% | - |
| HSV(B) | 269.75º | 0.95% | 0.99% | - |
| XYZ | 27.06 | 12.12 | 93.01 | - |
| YUV | 74.94 | 227.92 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 252 | 0.48 | 0.95 | 0 | 0.01 | 269.75 | 0.98 | 0.52 |
| Hex | 83 | C | FC | 30 | 5F | 0 | 1 | 10E | 62 | 34 |
| Octal | 203 | 14 | 374 | 60 | 137 | 0 | 1 | 416 | 142 | 64 |
| Binary | 10000011 | 1100 | 11111100 | 110000 | 1011111 | 0 | 1 | 100001110 | 1100010 | 110100 |
Color Harmonies of #830CFC
Complementary color
Monochromatic Colors of #830CFC
Black with #830CFC
Text Example
Text Example
White with #830CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CFC; }
p { color: rgb(131,12,252); }
H1.HeaderClassName
{
color: #830CFC;
}
.AnyTagClassName
{
color: #830CFC;
}
</style>
background-color css
<style>
a { background-color: #830CFC; }
a { background-color: rgb(131,12,252); }
div.DivClassName
{
background-color: #830CFC;
}
.BgClassName
{
background-color: #830CFC;
}
</style>
border-color css
<style>
span { border-color: #830CFC; }
span { border-color: rgb(131,12,252); }
td.TdClassName
{
border-color: #830CFC;
}
.TagClassName
{
border-color: #830CFC;
}
</style>