Shades of Electric Indigo #800CFE
Tints of Electric Indigo #800CFE
RGB
CMYK
RGB Variations
Color information
#800CFE (or 0x800CFE) is known color: Electric Indigo. HEX triplet: 80, 0C and FE. RGB value is (128,12,254). Sum of RGB (Red+Green+Blue) = 128+12+254=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #800CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800CFE is #7FF301. Grayscale: #494949. Windows color (decimal): -8385282 or 16649344. OLE color: 16649344.
HSL color Cylindrical-coordinate representation of color #800CFE: hue angle of 268.76º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CFE is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 12 | 254 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.00 |
| HSL | 268.76º | 0.99% | 0.52% | - |
| HSV(B) | 268.76º | 0.95% | 1% | - |
| XYZ | 26.92 | 12.01 | 94.66 | - |
| YUV | 74.27 | 229.43 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 254 | 0.50 | 0.95 | 0 | 0.00 | 268.76 | 0.99 | 0.52 |
| Hex | 80 | C | FE | 32 | 5F | 0 | 0 | 10D | 63 | 34 |
| Octal | 200 | 14 | 376 | 62 | 137 | 0 | 0 | 415 | 143 | 64 |
| Binary | 10000000 | 1100 | 11111110 | 110010 | 1011111 | 0 | 0 | 100001101 | 1100011 | 110100 |
Color Harmonies of #800CFE
Complementary color
Monochromatic Colors of #800CFE
Black with #800CFE
Text Example
Text Example
White with #800CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CFE; }
p { color: rgb(128,12,254); }
H1.HeaderClassName
{
color: #800CFE;
}
.AnyTagClassName
{
color: #800CFE;
}
</style>
background-color css
<style>
a { background-color: #800CFE; }
a { background-color: rgb(128,12,254); }
div.DivClassName
{
background-color: #800CFE;
}
.BgClassName
{
background-color: #800CFE;
}
</style>
border-color css
<style>
span { border-color: #800CFE; }
span { border-color: rgb(128,12,254); }
td.TdClassName
{
border-color: #800CFE;
}
.TagClassName
{
border-color: #800CFE;
}
</style>