Shades of Electric Indigo #4F00FE
Tints of Electric Indigo #4F00FE
RGB
CMYK
RGB Variations
Color information
#4F00FE (or 0x4F00FE) is known color: Electric Indigo. HEX triplet: 4F, 00 and FE. RGB value is (79,0,254). Sum of RGB (Red+Green+Blue) = 79+0+254=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F00FE is #B0FF01. Grayscale: #333333. Windows color (decimal): -11599618 or 16646223. OLE color: 16646223.
HSL color Cylindrical-coordinate representation of color #4F00FE: hue angle of 258.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00FE is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 0 | 254 | - |
| CMYK | 0.69 | 1 | 0 | 0.00 |
| HSL | 258.66º | 1% | 0.5% | - |
| HSV(B) | 258.66º | 1% | 1% | - |
| XYZ | 21.11 | 8.82 | 94.36 | - |
| YUV | 52.58 | 241.67 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 254 | 0.69 | 1 | 0 | 0.00 | 258.66 | 1 | 0.5 |
| Hex | 4F | 0 | FE | 45 | 64 | 0 | 0 | 103 | 64 | 32 |
| Octal | 117 | 0 | 376 | 105 | 144 | 0 | 0 | 403 | 144 | 62 |
| Binary | 1001111 | 0 | 11111110 | 1000101 | 1100100 | 0 | 0 | 100000011 | 1100100 | 110010 |
Color Harmonies of #4F00FE
Complementary color
Monochromatic Colors of #4F00FE
Black with #4F00FE
Text Example
Text Example
White with #4F00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F00FE; }
p { color: rgb(79,0,254); }
H1.HeaderClassName
{
color: #4F00FE;
}
.AnyTagClassName
{
color: #4F00FE;
}
</style>
background-color css
<style>
a { background-color: #4F00FE; }
a { background-color: rgb(79,0,254); }
div.DivClassName
{
background-color: #4F00FE;
}
.BgClassName
{
background-color: #4F00FE;
}
</style>
border-color css
<style>
span { border-color: #4F00FE; }
span { border-color: rgb(79,0,254); }
td.TdClassName
{
border-color: #4F00FE;
}
.TagClassName
{
border-color: #4F00FE;
}
</style>