Shades of Electric Indigo #5F0AF8
Tints of Electric Indigo #5F0AF8
RGB
CMYK
RGB Variations
Color information
#5F0AF8 (or 0x5F0AF8) is known color: Electric Indigo. HEX triplet: 5F, 0A and F8. RGB value is (95,10,248). Sum of RGB (Red+Green+Blue) = 95+10+248=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 248 (97.27% from 255 or 70.25% from 353); Max value from RGB is 248 - color contains mainly: blue. Hex color #5F0AF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0AF8 is #A0F507. Grayscale: #3D3D3D. Windows color (decimal): -10548488 or 16255583. OLE color: 16255583.
HSL color Cylindrical-coordinate representation of color #5F0AF8: hue angle of 261.43º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0AF8 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 10 | 248 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.03 |
| HSL | 261.43º | 0.94% | 0.51% | - |
| HSV(B) | 261.43º | 0.96% | 0.97% | - |
| XYZ | 21.77 | 9.43 | 89.48 | - |
| YUV | 62.55 | 232.66 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 248 | 0.62 | 0.96 | 0 | 0.03 | 261.43 | 0.94 | 0.51 |
| Hex | 5F | A | F8 | 3E | 60 | 0 | 3 | 105 | 5E | 33 |
| Octal | 137 | 12 | 370 | 76 | 140 | 0 | 3 | 405 | 136 | 63 |
| Binary | 1011111 | 1010 | 11111000 | 111110 | 1100000 | 0 | 11 | 100000101 | 1011110 | 110011 |
Color Harmonies of #5F0AF8
Complementary color
Monochromatic Colors of #5F0AF8
Black with #5F0AF8
Text Example
Text Example
White with #5F0AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0AF8; }
p { color: rgb(95,10,248); }
H1.HeaderClassName
{
color: #5F0AF8;
}
.AnyTagClassName
{
color: #5F0AF8;
}
</style>
background-color css
<style>
a { background-color: #5F0AF8; }
a { background-color: rgb(95,10,248); }
div.DivClassName
{
background-color: #5F0AF8;
}
.BgClassName
{
background-color: #5F0AF8;
}
</style>
border-color css
<style>
span { border-color: #5F0AF8; }
span { border-color: rgb(95,10,248); }
td.TdClassName
{
border-color: #5F0AF8;
}
.TagClassName
{
border-color: #5F0AF8;
}
</style>