Shades of Electric Indigo #5F04FB
Tints of Electric Indigo #5F04FB
RGB
CMYK
RGB Variations
Color information
#5F04FB (or 0x5F04FB) is known color: Electric Indigo. HEX triplet: 5F, 04 and FB. RGB value is (95,4,251). Sum of RGB (Red+Green+Blue) = 95+4+251=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F04FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F04FB is #A0FB04. Grayscale: #3A3A3A. Windows color (decimal): -10550021 or 16450655. OLE color: 16450655.
HSL color Cylindrical-coordinate representation of color #5F04FB: hue angle of 262.11º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F04FB is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 4 | 251 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.02 |
| HSL | 262.11º | 0.97% | 0.5% | - |
| HSV(B) | 262.11º | 0.98% | 0.98% | - |
| XYZ | 22.18 | 9.48 | 91.93 | - |
| YUV | 59.37 | 236.15 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 251 | 0.62 | 0.98 | 0 | 0.02 | 262.11 | 0.97 | 0.5 |
| Hex | 5F | 4 | FB | 3E | 62 | 0 | 2 | 106 | 61 | 32 |
| Octal | 137 | 4 | 373 | 76 | 142 | 0 | 2 | 406 | 141 | 62 |
| Binary | 1011111 | 100 | 11111011 | 111110 | 1100010 | 0 | 10 | 100000110 | 1100001 | 110010 |
Color Harmonies of #5F04FB
Complementary color
Monochromatic Colors of #5F04FB
Black with #5F04FB
Text Example
Text Example
White with #5F04FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F04FB; }
p { color: rgb(95,4,251); }
H1.HeaderClassName
{
color: #5F04FB;
}
.AnyTagClassName
{
color: #5F04FB;
}
</style>
background-color css
<style>
a { background-color: #5F04FB; }
a { background-color: rgb(95,4,251); }
div.DivClassName
{
background-color: #5F04FB;
}
.BgClassName
{
background-color: #5F04FB;
}
</style>
border-color css
<style>
span { border-color: #5F04FB; }
span { border-color: rgb(95,4,251); }
td.TdClassName
{
border-color: #5F04FB;
}
.TagClassName
{
border-color: #5F04FB;
}
</style>