Shades of Electric Indigo #800CFA
Tints of Electric Indigo #800CFA
RGB
CMYK
RGB Variations
Color information
#800CFA (or 0x800CFA) is known color: Electric Indigo. HEX triplet: 80, 0C and FA. RGB value is (128,12,250). Sum of RGB (Red+Green+Blue) = 128+12+250=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #800CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800CFA is #7FF305. Grayscale: #484848. Windows color (decimal): -8385286 or 16387200. OLE color: 16387200.
HSL color Cylindrical-coordinate representation of color #800CFA: hue angle of 269.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CFA is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 12 | 250 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.02 |
| HSL | 269.24º | 0.96% | 0.51% | - |
| HSV(B) | 269.24º | 0.95% | 0.98% | - |
| XYZ | 26.29 | 11.75 | 91.33 | - |
| YUV | 73.82 | 227.43 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 250 | 0.49 | 0.95 | 0 | 0.02 | 269.24 | 0.96 | 0.51 |
| Hex | 80 | C | FA | 31 | 5F | 0 | 2 | 10D | 60 | 33 |
| Octal | 200 | 14 | 372 | 61 | 137 | 0 | 2 | 415 | 140 | 63 |
| Binary | 10000000 | 1100 | 11111010 | 110001 | 1011111 | 0 | 10 | 100001101 | 1100000 | 110011 |
Color Harmonies of #800CFA
Complementary color
Monochromatic Colors of #800CFA
Black with #800CFA
Text Example
Text Example
White with #800CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CFA; }
p { color: rgb(128,12,250); }
H1.HeaderClassName
{
color: #800CFA;
}
.AnyTagClassName
{
color: #800CFA;
}
</style>
background-color css
<style>
a { background-color: #800CFA; }
a { background-color: rgb(128,12,250); }
div.DivClassName
{
background-color: #800CFA;
}
.BgClassName
{
background-color: #800CFA;
}
</style>
border-color css
<style>
span { border-color: #800CFA; }
span { border-color: rgb(128,12,250); }
td.TdClassName
{
border-color: #800CFA;
}
.TagClassName
{
border-color: #800CFA;
}
</style>