Shades of Electric Indigo #8402F9
Tints of Electric Indigo #8402F9
RGB
CMYK
RGB Variations
Color information
#8402F9 (or 0x8402F9) is known color: Electric Indigo. HEX triplet: 84, 02 and F9. RGB value is (132,2,249). Sum of RGB (Red+Green+Blue) = 132+2+249=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 249 (97.66% from 255 or 65.01% from 383); Max value from RGB is 249 - color contains mainly: blue. Hex color #8402F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8402F9 is #7BFD06. Grayscale: #444444. Windows color (decimal): -8125703 or 16319108. OLE color: 16319108.
HSL color Cylindrical-coordinate representation of color #8402F9: hue angle of 271.58º 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 #8402F9 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 2 | 249 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.02 |
| HSL | 271.58º | 0.98% | 0.49% | - |
| HSV(B) | 271.58º | 0.99% | 0.98% | - |
| XYZ | 26.64 | 11.79 | 90.49 | - |
| YUV | 69.03 | 229.57 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 249 | 0.47 | 0.99 | 0 | 0.02 | 271.58 | 0.98 | 0.49 |
| Hex | 84 | 2 | F9 | 2F | 63 | 0 | 2 | 110 | 62 | 31 |
| Octal | 204 | 2 | 371 | 57 | 143 | 0 | 2 | 420 | 142 | 61 |
| Binary | 10000100 | 10 | 11111001 | 101111 | 1100011 | 0 | 10 | 100010000 | 1100010 | 110001 |
Color Harmonies of #8402F9
Complementary color
Monochromatic Colors of #8402F9
Black with #8402F9
Text Example
Text Example
White with #8402F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8402F9; }
p { color: rgb(132,2,249); }
H1.HeaderClassName
{
color: #8402F9;
}
.AnyTagClassName
{
color: #8402F9;
}
</style>
background-color css
<style>
a { background-color: #8402F9; }
a { background-color: rgb(132,2,249); }
div.DivClassName
{
background-color: #8402F9;
}
.BgClassName
{
background-color: #8402F9;
}
</style>
border-color css
<style>
span { border-color: #8402F9; }
span { border-color: rgb(132,2,249); }
td.TdClassName
{
border-color: #8402F9;
}
.TagClassName
{
border-color: #8402F9;
}
</style>