Shades of Electric Indigo #5F04FE
Tints of Electric Indigo #5F04FE
RGB
CMYK
RGB Variations
Color information
#5F04FE (or 0x5F04FE) is known color: Electric Indigo. HEX triplet: 5F, 04 and FE. RGB value is (95,4,254). Sum of RGB (Red+Green+Blue) = 95+4+254=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F04FE is #A0FB01. Grayscale: #3A3A3A. Windows color (decimal): -10550018 or 16647263. OLE color: 16647263.
HSL color Cylindrical-coordinate representation of color #5F04FE: hue angle of 261.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F04FE is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 4 | 254 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.00 |
| HSL | 261.84º | 0.99% | 0.51% | - |
| HSV(B) | 261.84º | 0.98% | 1% | - |
| XYZ | 22.65 | 9.68 | 94.44 | - |
| YUV | 59.71 | 237.65 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 254 | 0.63 | 0.98 | 0 | 0.00 | 261.84 | 0.99 | 0.51 |
| Hex | 5F | 4 | FE | 3F | 62 | 0 | 0 | 106 | 63 | 33 |
| Octal | 137 | 4 | 376 | 77 | 142 | 0 | 0 | 406 | 143 | 63 |
| Binary | 1011111 | 100 | 11111110 | 111111 | 1100010 | 0 | 0 | 100000110 | 1100011 | 110011 |
Color Harmonies of #5F04FE
Complementary color
Monochromatic Colors of #5F04FE
Black with #5F04FE
Text Example
Text Example
White with #5F04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F04FE; }
p { color: rgb(95,4,254); }
H1.HeaderClassName
{
color: #5F04FE;
}
.AnyTagClassName
{
color: #5F04FE;
}
</style>
background-color css
<style>
a { background-color: #5F04FE; }
a { background-color: rgb(95,4,254); }
div.DivClassName
{
background-color: #5F04FE;
}
.BgClassName
{
background-color: #5F04FE;
}
</style>
border-color css
<style>
span { border-color: #5F04FE; }
span { border-color: rgb(95,4,254); }
td.TdClassName
{
border-color: #5F04FE;
}
.TagClassName
{
border-color: #5F04FE;
}
</style>