Shades of Electric Indigo #8306FE
Tints of Electric Indigo #8306FE
RGB
CMYK
RGB Variations
Color information
#8306FE (or 0x8306FE) is known color: Electric Indigo. HEX triplet: 83, 06 and FE. RGB value is (131,6,254). Sum of RGB (Red+Green+Blue) = 131+6+254=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #8306FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8306FE is #7CF901. Grayscale: #464646. Windows color (decimal): -8190210 or 16647811. OLE color: 16647811.
HSL color Cylindrical-coordinate representation of color #8306FE: hue angle of 270.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8306FE is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 6 | 254 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.00 |
| HSL | 270.24º | 0.99% | 0.51% | - |
| HSV(B) | 270.24º | 0.98% | 1% | - |
| XYZ | 27.31 | 12.11 | 94.66 | - |
| YUV | 71.65 | 230.91 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 254 | 0.48 | 0.98 | 0 | 0.00 | 270.24 | 0.99 | 0.51 |
| Hex | 83 | 6 | FE | 30 | 62 | 0 | 0 | 10E | 63 | 33 |
| Octal | 203 | 6 | 376 | 60 | 142 | 0 | 0 | 416 | 143 | 63 |
| Binary | 10000011 | 110 | 11111110 | 110000 | 1100010 | 0 | 0 | 100001110 | 1100011 | 110011 |
Color Harmonies of #8306FE
Complementary color
Monochromatic Colors of #8306FE
Black with #8306FE
Text Example
Text Example
White with #8306FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8306FE; }
p { color: rgb(131,6,254); }
H1.HeaderClassName
{
color: #8306FE;
}
.AnyTagClassName
{
color: #8306FE;
}
</style>
background-color css
<style>
a { background-color: #8306FE; }
a { background-color: rgb(131,6,254); }
div.DivClassName
{
background-color: #8306FE;
}
.BgClassName
{
background-color: #8306FE;
}
</style>
border-color css
<style>
span { border-color: #8306FE; }
span { border-color: rgb(131,6,254); }
td.TdClassName
{
border-color: #8306FE;
}
.TagClassName
{
border-color: #8306FE;
}
</style>