Shades of Electric Indigo #8305FB
Tints of Electric Indigo #8305FB
RGB
CMYK
RGB Variations
Color information
#8305FB (or 0x8305FB) is known color: Electric Indigo. HEX triplet: 83, 05 and FB. RGB value is (131,5,251). Sum of RGB (Red+Green+Blue) = 131+5+251=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #8305FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8305FB is #7CFA04. Grayscale: #454545. Windows color (decimal): -8190469 or 16450947. OLE color: 16450947.
HSL color Cylindrical-coordinate representation of color #8305FB: hue angle of 270.73º 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 #8305FB is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 5 | 251 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.02 |
| HSL | 270.73º | 0.97% | 0.5% | - |
| HSV(B) | 270.73º | 0.98% | 0.98% | - |
| XYZ | 26.83 | 11.9 | 92.15 | - |
| YUV | 70.72 | 229.74 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 251 | 0.48 | 0.98 | 0 | 0.02 | 270.73 | 0.97 | 0.5 |
| Hex | 83 | 5 | FB | 30 | 62 | 0 | 2 | 10F | 61 | 32 |
| Octal | 203 | 5 | 373 | 60 | 142 | 0 | 2 | 417 | 141 | 62 |
| Binary | 10000011 | 101 | 11111011 | 110000 | 1100010 | 0 | 10 | 100001111 | 1100001 | 110010 |
Color Harmonies of #8305FB
Complementary color
Monochromatic Colors of #8305FB
Black with #8305FB
Text Example
Text Example
White with #8305FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8305FB; }
p { color: rgb(131,5,251); }
H1.HeaderClassName
{
color: #8305FB;
}
.AnyTagClassName
{
color: #8305FB;
}
</style>
background-color css
<style>
a { background-color: #8305FB; }
a { background-color: rgb(131,5,251); }
div.DivClassName
{
background-color: #8305FB;
}
.BgClassName
{
background-color: #8305FB;
}
</style>
border-color css
<style>
span { border-color: #8305FB; }
span { border-color: rgb(131,5,251); }
td.TdClassName
{
border-color: #8305FB;
}
.TagClassName
{
border-color: #8305FB;
}
</style>