Shades of Electric Indigo #8300FE
Tints of Electric Indigo #8300FE
RGB
CMYK
RGB Variations
Color information
#8300FE (or 0x8300FE) is known color: Electric Indigo. HEX triplet: 83, 00 and FE. RGB value is (131,0,254). Sum of RGB (Red+Green+Blue) = 131+0+254=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #8300FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300FE is #7CFF01. Grayscale: #434343. Windows color (decimal): -8191746 or 16646275. OLE color: 16646275.
HSL color Cylindrical-coordinate representation of color #8300FE: hue angle of 270.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300FE is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 0 | 254 | - |
| CMYK | 0.48 | 1 | 0 | 0.00 |
| HSL | 270.94º | 1% | 0.5% | - |
| HSV(B) | 270.94º | 1% | 1% | - |
| XYZ | 27.25 | 11.98 | 94.64 | - |
| YUV | 68.13 | 232.9 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 254 | 0.48 | 1 | 0 | 0.00 | 270.94 | 1 | 0.5 |
| Hex | 83 | 0 | FE | 30 | 64 | 0 | 0 | 10F | 64 | 32 |
| Octal | 203 | 0 | 376 | 60 | 144 | 0 | 0 | 417 | 144 | 62 |
| Binary | 10000011 | 0 | 11111110 | 110000 | 1100100 | 0 | 0 | 100001111 | 1100100 | 110010 |
Color Harmonies of #8300FE
Complementary color
Monochromatic Colors of #8300FE
Black with #8300FE
Text Example
Text Example
White with #8300FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8300FE; }
p { color: rgb(131,0,254); }
H1.HeaderClassName
{
color: #8300FE;
}
.AnyTagClassName
{
color: #8300FE;
}
</style>
background-color css
<style>
a { background-color: #8300FE; }
a { background-color: rgb(131,0,254); }
div.DivClassName
{
background-color: #8300FE;
}
.BgClassName
{
background-color: #8300FE;
}
</style>
border-color css
<style>
span { border-color: #8300FE; }
span { border-color: rgb(131,0,254); }
td.TdClassName
{
border-color: #8300FE;
}
.TagClassName
{
border-color: #8300FE;
}
</style>