Shades of Electric Indigo #8301FD
Tints of Electric Indigo #8301FD
RGB
CMYK
RGB Variations
Color information
#8301FD (or 0x8301FD) is known color: Electric Indigo. HEX triplet: 83, 01 and FD. RGB value is (131,1,253). Sum of RGB (Red+Green+Blue) = 131+1+253=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #8301FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8301FD is #7CFE02. Grayscale: #434343. Windows color (decimal): -8191491 or 16580995. OLE color: 16580995.
HSL color Cylindrical-coordinate representation of color #8301FD: hue angle of 270.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8301FD is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 1 | 253 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.01 |
| HSL | 270.95º | 0.99% | 0.5% | - |
| HSV(B) | 270.95º | 1% | 0.99% | - |
| XYZ | 27.1 | 11.94 | 93.8 | - |
| YUV | 68.6 | 232.07 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 253 | 0.48 | 1.00 | 0 | 0.01 | 270.95 | 0.99 | 0.5 |
| Hex | 83 | 1 | FD | 30 | 64 | 0 | 1 | 10F | 63 | 32 |
| Octal | 203 | 1 | 375 | 60 | 144 | 0 | 1 | 417 | 143 | 62 |
| Binary | 10000011 | 1 | 11111101 | 110000 | 1100100 | 0 | 1 | 100001111 | 1100011 | 110010 |
Color Harmonies of #8301FD
Complementary color
Monochromatic Colors of #8301FD
Black with #8301FD
Text Example
Text Example
White with #8301FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301FD; }
p { color: rgb(131,1,253); }
H1.HeaderClassName
{
color: #8301FD;
}
.AnyTagClassName
{
color: #8301FD;
}
</style>
background-color css
<style>
a { background-color: #8301FD; }
a { background-color: rgb(131,1,253); }
div.DivClassName
{
background-color: #8301FD;
}
.BgClassName
{
background-color: #8301FD;
}
</style>
border-color css
<style>
span { border-color: #8301FD; }
span { border-color: rgb(131,1,253); }
td.TdClassName
{
border-color: #8301FD;
}
.TagClassName
{
border-color: #8301FD;
}
</style>