Shades of Electric Indigo #8304FB
Tints of Electric Indigo #8304FB
RGB
CMYK
RGB Variations
Color information
#8304FB (or 0x8304FB) is known color: Electric Indigo. HEX triplet: 83, 04 and FB. RGB value is (131,4,251). Sum of RGB (Red+Green+Blue) = 131+4+251=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #8304FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304FB is #7CFB04. Grayscale: #454545. Windows color (decimal): -8190725 or 16450691. OLE color: 16450691.
HSL color Cylindrical-coordinate representation of color #8304FB: hue angle of 270.85º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304FB is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 4 | 251 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.02 |
| HSL | 270.85º | 0.97% | 0.5% | - |
| HSV(B) | 270.85º | 0.98% | 0.98% | - |
| XYZ | 26.82 | 11.88 | 92.15 | - |
| YUV | 70.13 | 230.08 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 251 | 0.48 | 0.98 | 0 | 0.02 | 270.85 | 0.97 | 0.5 |
| Hex | 83 | 4 | FB | 30 | 62 | 0 | 2 | 10F | 61 | 32 |
| Octal | 203 | 4 | 373 | 60 | 142 | 0 | 2 | 417 | 141 | 62 |
| Binary | 10000011 | 100 | 11111011 | 110000 | 1100010 | 0 | 10 | 100001111 | 1100001 | 110010 |
Color Harmonies of #8304FB
Complementary color
Monochromatic Colors of #8304FB
Black with #8304FB
Text Example
Text Example
White with #8304FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8304FB; }
p { color: rgb(131,4,251); }
H1.HeaderClassName
{
color: #8304FB;
}
.AnyTagClassName
{
color: #8304FB;
}
</style>
background-color css
<style>
a { background-color: #8304FB; }
a { background-color: rgb(131,4,251); }
div.DivClassName
{
background-color: #8304FB;
}
.BgClassName
{
background-color: #8304FB;
}
</style>
border-color css
<style>
span { border-color: #8304FB; }
span { border-color: rgb(131,4,251); }
td.TdClassName
{
border-color: #8304FB;
}
.TagClassName
{
border-color: #8304FB;
}
</style>