Shades of Electric Indigo #800AF3
Tints of Electric Indigo #800AF3
RGB
CMYK
RGB Variations
Color information
#800AF3 (or 0x800AF3) is known color: Electric Indigo. HEX triplet: 80, 0A and F3. RGB value is (128,10,243). Sum of RGB (Red+Green+Blue) = 128+10+243=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 243 (95.31% from 255 or 63.78% from 381); Max value from RGB is 243 - color contains mainly: blue. Hex color #800AF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800AF3 is #7FF50C. Grayscale: #474747. Windows color (decimal): -8385805 or 15927936. OLE color: 15927936.
HSL color Cylindrical-coordinate representation of color #800AF3: hue angle of 270.39º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800AF3 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 10 | 243 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.05 |
| HSL | 270.39º | 0.92% | 0.5% | - |
| HSV(B) | 270.39º | 0.96% | 0.95% | - |
| XYZ | 25.19 | 11.28 | 85.64 | - |
| YUV | 71.84 | 224.59 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 243 | 0.47 | 0.96 | 0 | 0.05 | 270.39 | 0.92 | 0.5 |
| Hex | 80 | A | F3 | 2F | 60 | 0 | 5 | 10E | 5C | 32 |
| Octal | 200 | 12 | 363 | 57 | 140 | 0 | 5 | 416 | 134 | 62 |
| Binary | 10000000 | 1010 | 11110011 | 101111 | 1100000 | 0 | 101 | 100001110 | 1011100 | 110010 |
Color Harmonies of #800AF3
Complementary color
Monochromatic Colors of #800AF3
Black with #800AF3
Text Example
Text Example
White with #800AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AF3; }
p { color: rgb(128,10,243); }
H1.HeaderClassName
{
color: #800AF3;
}
.AnyTagClassName
{
color: #800AF3;
}
</style>
background-color css
<style>
a { background-color: #800AF3; }
a { background-color: rgb(128,10,243); }
div.DivClassName
{
background-color: #800AF3;
}
.BgClassName
{
background-color: #800AF3;
}
</style>
border-color css
<style>
span { border-color: #800AF3; }
span { border-color: rgb(128,10,243); }
td.TdClassName
{
border-color: #800AF3;
}
.TagClassName
{
border-color: #800AF3;
}
</style>