Shades of Electric Indigo #8303FB
Tints of Electric Indigo #8303FB
RGB
CMYK
RGB Variations
Color information
#8303FB (or 0x8303FB) is known color: Electric Indigo. HEX triplet: 83, 03 and FB. RGB value is (131,3,251). Sum of RGB (Red+Green+Blue) = 131+3+251=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #8303FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8303FB is #7CFC04. Grayscale: #444444. Windows color (decimal): -8190981 or 16450435. OLE color: 16450435.
HSL color Cylindrical-coordinate representation of color #8303FB: hue angle of 270.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303FB is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 3 | 251 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.02 |
| HSL | 270.97º | 0.98% | 0.5% | - |
| HSV(B) | 270.97º | 0.99% | 0.98% | - |
| XYZ | 26.81 | 11.86 | 92.14 | - |
| YUV | 69.54 | 230.41 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 251 | 0.48 | 0.99 | 0 | 0.02 | 270.97 | 0.98 | 0.5 |
| Hex | 83 | 3 | FB | 30 | 63 | 0 | 2 | 10F | 62 | 32 |
| Octal | 203 | 3 | 373 | 60 | 143 | 0 | 2 | 417 | 142 | 62 |
| Binary | 10000011 | 11 | 11111011 | 110000 | 1100011 | 0 | 10 | 100001111 | 1100010 | 110010 |
Color Harmonies of #8303FB
Complementary color
Monochromatic Colors of #8303FB
Black with #8303FB
Text Example
Text Example
White with #8303FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303FB; }
p { color: rgb(131,3,251); }
H1.HeaderClassName
{
color: #8303FB;
}
.AnyTagClassName
{
color: #8303FB;
}
</style>
background-color css
<style>
a { background-color: #8303FB; }
a { background-color: rgb(131,3,251); }
div.DivClassName
{
background-color: #8303FB;
}
.BgClassName
{
background-color: #8303FB;
}
</style>
border-color css
<style>
span { border-color: #8303FB; }
span { border-color: rgb(131,3,251); }
td.TdClassName
{
border-color: #8303FB;
}
.TagClassName
{
border-color: #8303FB;
}
</style>