Shades of Electric Indigo #8203FD
Tints of Electric Indigo #8203FD
RGB
CMYK
RGB Variations
Color information
#8203FD (or 0x8203FD) is known color: Electric Indigo. HEX triplet: 82, 03 and FD. RGB value is (130,3,253). Sum of RGB (Red+Green+Blue) = 130+3+253=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #8203FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8203FD is #7DFC02. Grayscale: #444444. Windows color (decimal): -8256515 or 16581506. OLE color: 16581506.
HSL color Cylindrical-coordinate representation of color #8203FD: hue angle of 270.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8203FD is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 3 | 253 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.01 |
| HSL | 270.48º | 0.98% | 0.5% | - |
| HSV(B) | 270.48º | 0.99% | 0.99% | - |
| XYZ | 26.97 | 11.9 | 93.8 | - |
| YUV | 69.47 | 231.58 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 253 | 0.49 | 0.99 | 0 | 0.01 | 270.48 | 0.98 | 0.5 |
| Hex | 82 | 3 | FD | 31 | 63 | 0 | 1 | 10E | 62 | 32 |
| Octal | 202 | 3 | 375 | 61 | 143 | 0 | 1 | 416 | 142 | 62 |
| Binary | 10000010 | 11 | 11111101 | 110001 | 1100011 | 0 | 1 | 100001110 | 1100010 | 110010 |
Color Harmonies of #8203FD
Complementary color
Monochromatic Colors of #8203FD
Black with #8203FD
Text Example
Text Example
White with #8203FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203FD; }
p { color: rgb(130,3,253); }
H1.HeaderClassName
{
color: #8203FD;
}
.AnyTagClassName
{
color: #8203FD;
}
</style>
background-color css
<style>
a { background-color: #8203FD; }
a { background-color: rgb(130,3,253); }
div.DivClassName
{
background-color: #8203FD;
}
.BgClassName
{
background-color: #8203FD;
}
</style>
border-color css
<style>
span { border-color: #8203FD; }
span { border-color: rgb(130,3,253); }
td.TdClassName
{
border-color: #8203FD;
}
.TagClassName
{
border-color: #8203FD;
}
</style>