Shades of Electric Indigo #8301FF
Tints of Electric Indigo #8301FF
RGB
CMYK
RGB Variations
Color information
#8301FF (or 0x8301FF) is known color: Electric Indigo. HEX triplet: 83, 01 and FF. RGB value is (131,1,255). Sum of RGB (Red+Green+Blue) = 131+1+255=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #8301FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8301FF is #7CFE00. Grayscale: #434343. Windows color (decimal): -8191489 or 16712067. OLE color: 16712067.
HSL color Cylindrical-coordinate representation of color #8301FF: hue angle of 270.71º 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 #8301FF is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 1 | 255 | - |
| CMYK | 0.49 | 1.00 | 0 | 0 |
| HSL | 270.71º | 1% | 0.5% | - |
| HSV(B) | 270.71º | 1% | 1% | - |
| XYZ | 27.42 | 12.07 | 95.49 | - |
| YUV | 68.83 | 233.07 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 255 | 0.49 | 1.00 | 0 | 0 | 270.71 | 1 | 0.5 |
| Hex | 83 | 1 | FF | 31 | 64 | 0 | 0 | 10F | 64 | 32 |
| Octal | 203 | 1 | 377 | 61 | 144 | 0 | 0 | 417 | 144 | 62 |
| Binary | 10000011 | 1 | 11111111 | 110001 | 1100100 | 0 | 0 | 100001111 | 1100100 | 110010 |
Color Harmonies of #8301FF
Complementary color
Monochromatic Colors of #8301FF
Black with #8301FF
Text Example
Text Example
White with #8301FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301FF; }
p { color: rgb(131,1,255); }
H1.HeaderClassName
{
color: #8301FF;
}
.AnyTagClassName
{
color: #8301FF;
}
</style>
background-color css
<style>
a { background-color: #8301FF; }
a { background-color: rgb(131,1,255); }
div.DivClassName
{
background-color: #8301FF;
}
.BgClassName
{
background-color: #8301FF;
}
</style>
border-color css
<style>
span { border-color: #8301FF; }
span { border-color: rgb(131,1,255); }
td.TdClassName
{
border-color: #8301FF;
}
.TagClassName
{
border-color: #8301FF;
}
</style>