Shades of Electric Indigo #8401F7
Tints of Electric Indigo #8401F7
RGB
CMYK
RGB Variations
Color information
#8401F7 (or 0x8401F7) is known color: Electric Indigo. HEX triplet: 84, 01 and F7. RGB value is (132,1,247). Sum of RGB (Red+Green+Blue) = 132+1+247=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 247 (96.88% from 255 or 65% from 380); Max value from RGB is 247 - color contains mainly: blue. Hex color #8401F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8401F7 is #7BFE08. Grayscale: #434343. Windows color (decimal): -8125961 or 16187780. OLE color: 16187780.
HSL color Cylindrical-coordinate representation of color #8401F7: hue angle of 271.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8401F7 is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 1 | 247 | - |
| CMYK | 0.47 | 1.00 | 0 | 0.03 |
| HSL | 271.95º | 0.99% | 0.49% | - |
| HSV(B) | 271.95º | 1% | 0.97% | - |
| XYZ | 26.32 | 11.64 | 88.86 | - |
| YUV | 68.21 | 228.9 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 247 | 0.47 | 1.00 | 0 | 0.03 | 271.95 | 0.99 | 0.49 |
| Hex | 84 | 1 | F7 | 2F | 64 | 0 | 3 | 110 | 63 | 31 |
| Octal | 204 | 1 | 367 | 57 | 144 | 0 | 3 | 420 | 143 | 61 |
| Binary | 10000100 | 1 | 11110111 | 101111 | 1100100 | 0 | 11 | 100010000 | 1100011 | 110001 |
Color Harmonies of #8401F7
Complementary color
Monochromatic Colors of #8401F7
Black with #8401F7
Text Example
Text Example
White with #8401F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401F7; }
p { color: rgb(132,1,247); }
H1.HeaderClassName
{
color: #8401F7;
}
.AnyTagClassName
{
color: #8401F7;
}
</style>
background-color css
<style>
a { background-color: #8401F7; }
a { background-color: rgb(132,1,247); }
div.DivClassName
{
background-color: #8401F7;
}
.BgClassName
{
background-color: #8401F7;
}
</style>
border-color css
<style>
span { border-color: #8401F7; }
span { border-color: rgb(132,1,247); }
td.TdClassName
{
border-color: #8401F7;
}
.TagClassName
{
border-color: #8401F7;
}
</style>