Shades of Electric Indigo #5F00FE
Tints of Electric Indigo #5F00FE
RGB
CMYK
RGB Variations
Color information
#5F00FE (or 0x5F00FE) is known color: Electric Indigo. HEX triplet: 5F, 00 and FE. RGB value is (95,0,254). Sum of RGB (Red+Green+Blue) = 95+0+254=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F00FE is #A0FF01. Grayscale: #383838. Windows color (decimal): -10551042 or 16646239. OLE color: 16646239.
HSL color Cylindrical-coordinate representation of color #5F00FE: hue angle of 262.44º 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 #5F00FE is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 0 | 254 | - |
| CMYK | 0.63 | 1 | 0 | 0.00 |
| HSL | 262.44º | 1% | 0.5% | - |
| HSV(B) | 262.44º | 1% | 1% | - |
| XYZ | 22.61 | 9.59 | 94.43 | - |
| YUV | 57.36 | 238.97 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 254 | 0.63 | 1 | 0 | 0.00 | 262.44 | 1 | 0.5 |
| Hex | 5F | 0 | FE | 3F | 64 | 0 | 0 | 106 | 64 | 32 |
| Octal | 137 | 0 | 376 | 77 | 144 | 0 | 0 | 406 | 144 | 62 |
| Binary | 1011111 | 0 | 11111110 | 111111 | 1100100 | 0 | 0 | 100000110 | 1100100 | 110010 |
Color Harmonies of #5F00FE
Complementary color
Monochromatic Colors of #5F00FE
Black with #5F00FE
Text Example
Text Example
White with #5F00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00FE; }
p { color: rgb(95,0,254); }
H1.HeaderClassName
{
color: #5F00FE;
}
.AnyTagClassName
{
color: #5F00FE;
}
</style>
background-color css
<style>
a { background-color: #5F00FE; }
a { background-color: rgb(95,0,254); }
div.DivClassName
{
background-color: #5F00FE;
}
.BgClassName
{
background-color: #5F00FE;
}
</style>
border-color css
<style>
span { border-color: #5F00FE; }
span { border-color: rgb(95,0,254); }
td.TdClassName
{
border-color: #5F00FE;
}
.TagClassName
{
border-color: #5F00FE;
}
</style>