Shades of Electric Indigo #5F0AF7
Tints of Electric Indigo #5F0AF7
RGB
CMYK
RGB Variations
Color information
#5F0AF7 (or 0x5F0AF7) is known color: Electric Indigo. HEX triplet: 5F, 0A and F7. RGB value is (95,10,247). Sum of RGB (Red+Green+Blue) = 95+10+247=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #5F0AF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0AF7 is #A0F508. Grayscale: #3D3D3D. Windows color (decimal): -10548489 or 16190047. OLE color: 16190047.
HSL color Cylindrical-coordinate representation of color #5F0AF7: hue angle of 261.52º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0AF7 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 10 | 247 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.03 |
| HSL | 261.52º | 0.94% | 0.5% | - |
| HSV(B) | 261.52º | 0.96% | 0.97% | - |
| XYZ | 21.62 | 9.37 | 88.66 | - |
| YUV | 62.43 | 232.16 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 247 | 0.62 | 0.96 | 0 | 0.03 | 261.52 | 0.94 | 0.5 |
| Hex | 5F | A | F7 | 3E | 60 | 0 | 3 | 106 | 5E | 32 |
| Octal | 137 | 12 | 367 | 76 | 140 | 0 | 3 | 406 | 136 | 62 |
| Binary | 1011111 | 1010 | 11110111 | 111110 | 1100000 | 0 | 11 | 100000110 | 1011110 | 110010 |
Color Harmonies of #5F0AF7
Complementary color
Monochromatic Colors of #5F0AF7
Black with #5F0AF7
Text Example
Text Example
White with #5F0AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0AF7; }
p { color: rgb(95,10,247); }
H1.HeaderClassName
{
color: #5F0AF7;
}
.AnyTagClassName
{
color: #5F0AF7;
}
</style>
background-color css
<style>
a { background-color: #5F0AF7; }
a { background-color: rgb(95,10,247); }
div.DivClassName
{
background-color: #5F0AF7;
}
.BgClassName
{
background-color: #5F0AF7;
}
</style>
border-color css
<style>
span { border-color: #5F0AF7; }
span { border-color: rgb(95,10,247); }
td.TdClassName
{
border-color: #5F0AF7;
}
.TagClassName
{
border-color: #5F0AF7;
}
</style>