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