Shades of Electric Indigo #8301FE
Tints of Electric Indigo #8301FE
RGB
CMYK
RGB Variations
Color information
#8301FE (or 0x8301FE) is known color: Electric Indigo. HEX triplet: 83, 01 and FE. RGB value is (131,1,254). Sum of RGB (Red+Green+Blue) = 131+1+254=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #8301FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8301FE is #7CFE01. Grayscale: #434343. Windows color (decimal): -8191490 or 16646531. OLE color: 16646531.
HSL color Cylindrical-coordinate representation of color #8301FE: hue angle of 270.83º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8301FE is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 1 | 254 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.00 |
| HSL | 270.83º | 0.99% | 0.5% | - |
| HSV(B) | 270.83º | 1% | 1% | - |
| XYZ | 27.26 | 12 | 94.65 | - |
| YUV | 68.71 | 232.57 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 254 | 0.48 | 1.00 | 0 | 0.00 | 270.83 | 0.99 | 0.5 |
| Hex | 83 | 1 | FE | 30 | 64 | 0 | 0 | 10F | 63 | 32 |
| Octal | 203 | 1 | 376 | 60 | 144 | 0 | 0 | 417 | 143 | 62 |
| Binary | 10000011 | 1 | 11111110 | 110000 | 1100100 | 0 | 0 | 100001111 | 1100011 | 110010 |
Color Harmonies of #8301FE
Complementary color
Monochromatic Colors of #8301FE
Black with #8301FE
Text Example
Text Example
White with #8301FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301FE; }
p { color: rgb(131,1,254); }
H1.HeaderClassName
{
color: #8301FE;
}
.AnyTagClassName
{
color: #8301FE;
}
</style>
background-color css
<style>
a { background-color: #8301FE; }
a { background-color: rgb(131,1,254); }
div.DivClassName
{
background-color: #8301FE;
}
.BgClassName
{
background-color: #8301FE;
}
</style>
border-color css
<style>
span { border-color: #8301FE; }
span { border-color: rgb(131,1,254); }
td.TdClassName
{
border-color: #8301FE;
}
.TagClassName
{
border-color: #8301FE;
}
</style>