Shades of Electric Indigo #8213FB
Tints of Electric Indigo #8213FB
RGB
CMYK
RGB Variations
Color information
#8213FB (or 0x8213FB) is known color: Electric Indigo. HEX triplet: 82, 13 and FB. RGB value is (130,19,251). Sum of RGB (Red+Green+Blue) = 130+19+251=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #8213FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8213FB is #7DEC04. Grayscale: #4D4D4D. Windows color (decimal): -8252421 or 16454530. OLE color: 16454530.
HSL color Cylindrical-coordinate representation of color #8213FB: hue angle of 268.71º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8213FB is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 19 | 251 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.02 |
| HSL | 268.71º | 0.97% | 0.53% | - |
| HSV(B) | 268.71º | 0.92% | 0.98% | - |
| XYZ | 26.85 | 12.18 | 92.2 | - |
| YUV | 78.64 | 225.27 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 251 | 0.48 | 0.92 | 0 | 0.02 | 268.71 | 0.97 | 0.53 |
| Hex | 82 | 13 | FB | 30 | 5C | 0 | 2 | 10D | 61 | 35 |
| Octal | 202 | 23 | 373 | 60 | 134 | 0 | 2 | 415 | 141 | 65 |
| Binary | 10000010 | 10011 | 11111011 | 110000 | 1011100 | 0 | 10 | 100001101 | 1100001 | 110101 |
Color Harmonies of #8213FB
Complementary color
Monochromatic Colors of #8213FB
Black with #8213FB
Text Example
Text Example
White with #8213FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213FB; }
p { color: rgb(130,19,251); }
H1.HeaderClassName
{
color: #8213FB;
}
.AnyTagClassName
{
color: #8213FB;
}
</style>
background-color css
<style>
a { background-color: #8213FB; }
a { background-color: rgb(130,19,251); }
div.DivClassName
{
background-color: #8213FB;
}
.BgClassName
{
background-color: #8213FB;
}
</style>
border-color css
<style>
span { border-color: #8213FB; }
span { border-color: rgb(130,19,251); }
td.TdClassName
{
border-color: #8213FB;
}
.TagClassName
{
border-color: #8213FB;
}
</style>