Shades of Electric Indigo #8302F9
Tints of Electric Indigo #8302F9
RGB
CMYK
RGB Variations
Color information
#8302F9 (or 0x8302F9) is known color: Electric Indigo. HEX triplet: 83, 02 and F9. RGB value is (131,2,249). Sum of RGB (Red+Green+Blue) = 131+2+249=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #8302F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8302F9 is #7CFD06. Grayscale: #434343. Windows color (decimal): -8191239 or 16319107. OLE color: 16319107.
HSL color Cylindrical-coordinate representation of color #8302F9: hue angle of 271.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302F9 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 2 | 249 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.02 |
| HSL | 271.34º | 0.98% | 0.49% | - |
| HSV(B) | 271.34º | 0.99% | 0.98% | - |
| XYZ | 26.48 | 11.71 | 90.49 | - |
| YUV | 68.73 | 229.74 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 249 | 0.47 | 0.99 | 0 | 0.02 | 271.34 | 0.98 | 0.49 |
| Hex | 83 | 2 | F9 | 2F | 63 | 0 | 2 | 10F | 62 | 31 |
| Octal | 203 | 2 | 371 | 57 | 143 | 0 | 2 | 417 | 142 | 61 |
| Binary | 10000011 | 10 | 11111001 | 101111 | 1100011 | 0 | 10 | 100001111 | 1100010 | 110001 |
Color Harmonies of #8302F9
Complementary color
Monochromatic Colors of #8302F9
Black with #8302F9
Text Example
Text Example
White with #8302F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8302F9; }
p { color: rgb(131,2,249); }
H1.HeaderClassName
{
color: #8302F9;
}
.AnyTagClassName
{
color: #8302F9;
}
</style>
background-color css
<style>
a { background-color: #8302F9; }
a { background-color: rgb(131,2,249); }
div.DivClassName
{
background-color: #8302F9;
}
.BgClassName
{
background-color: #8302F9;
}
</style>
border-color css
<style>
span { border-color: #8302F9; }
span { border-color: rgb(131,2,249); }
td.TdClassName
{
border-color: #8302F9;
}
.TagClassName
{
border-color: #8302F9;
}
</style>