Shades of Electric Indigo #8303EF
Tints of Electric Indigo #8303EF
RGB
CMYK
RGB Variations
Color information
#8303EF (or 0x8303EF) is known color: Electric Indigo. HEX triplet: 83, 03 and EF. RGB value is (131,3,239). Sum of RGB (Red+Green+Blue) = 131+3+239=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #8303EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8303EF is #7CFC10. Grayscale: #434343. Windows color (decimal): -8190993 or 15664003. OLE color: 15664003.
HSL color Cylindrical-coordinate representation of color #8303EF: hue angle of 272.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303EF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 3 | 239 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.06 |
| HSL | 272.54º | 0.98% | 0.47% | - |
| HSV(B) | 272.54º | 0.99% | 0.94% | - |
| XYZ | 24.97 | 11.12 | 82.49 | - |
| YUV | 68.18 | 224.41 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 239 | 0.45 | 0.99 | 0 | 0.06 | 272.54 | 0.98 | 0.47 |
| Hex | 83 | 3 | EF | 2D | 63 | 0 | 6 | 111 | 62 | 2F |
| Octal | 203 | 3 | 357 | 55 | 143 | 0 | 6 | 421 | 142 | 57 |
| Binary | 10000011 | 11 | 11101111 | 101101 | 1100011 | 0 | 110 | 100010001 | 1100010 | 101111 |
Color Harmonies of #8303EF
Complementary color
Monochromatic Colors of #8303EF
Black with #8303EF
Text Example
Text Example
White with #8303EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303EF; }
p { color: rgb(131,3,239); }
H1.HeaderClassName
{
color: #8303EF;
}
.AnyTagClassName
{
color: #8303EF;
}
</style>
background-color css
<style>
a { background-color: #8303EF; }
a { background-color: rgb(131,3,239); }
div.DivClassName
{
background-color: #8303EF;
}
.BgClassName
{
background-color: #8303EF;
}
</style>
border-color css
<style>
span { border-color: #8303EF; }
span { border-color: rgb(131,3,239); }
td.TdClassName
{
border-color: #8303EF;
}
.TagClassName
{
border-color: #8303EF;
}
</style>