Shades of Electric Indigo #8303FF
Tints of Electric Indigo #8303FF
RGB
CMYK
RGB Variations
Color information
#8303FF (or 0x8303FF) is known color: Electric Indigo. HEX triplet: 83, 03 and FF. RGB value is (131,3,255). Sum of RGB (Red+Green+Blue) = 131+3+255=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #8303FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8303FF is #7CFC00. Grayscale: #454545. Windows color (decimal): -8190977 or 16712579. OLE color: 16712579.
HSL color Cylindrical-coordinate representation of color #8303FF: hue angle of 270.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303FF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 3 | 255 | - |
| CMYK | 0.49 | 0.99 | 0 | 0 |
| HSL | 270.48º | 1% | 0.51% | - |
| HSV(B) | 270.48º | 0.99% | 1% | - |
| XYZ | 27.44 | 12.11 | 95.5 | - |
| YUV | 70 | 232.41 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 255 | 0.49 | 0.99 | 0 | 0 | 270.48 | 1 | 0.51 |
| Hex | 83 | 3 | FF | 31 | 63 | 0 | 0 | 10E | 64 | 33 |
| Octal | 203 | 3 | 377 | 61 | 143 | 0 | 0 | 416 | 144 | 63 |
| Binary | 10000011 | 11 | 11111111 | 110001 | 1100011 | 0 | 0 | 100001110 | 1100100 | 110011 |
Color Harmonies of #8303FF
Complementary color
Monochromatic Colors of #8303FF
Black with #8303FF
Text Example
Text Example
White with #8303FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303FF; }
p { color: rgb(131,3,255); }
H1.HeaderClassName
{
color: #8303FF;
}
.AnyTagClassName
{
color: #8303FF;
}
</style>
background-color css
<style>
a { background-color: #8303FF; }
a { background-color: rgb(131,3,255); }
div.DivClassName
{
background-color: #8303FF;
}
.BgClassName
{
background-color: #8303FF;
}
</style>
border-color css
<style>
span { border-color: #8303FF; }
span { border-color: rgb(131,3,255); }
td.TdClassName
{
border-color: #8303FF;
}
.TagClassName
{
border-color: #8303FF;
}
</style>