Shades of Electric Indigo #5F00FA
Tints of Electric Indigo #5F00FA
RGB
CMYK
RGB Variations
Color information
#5F00FA (or 0x5F00FA) is known color: Electric Indigo. HEX triplet: 5F, 00 and FA. RGB value is (95,0,250). Sum of RGB (Red+Green+Blue) = 95+0+250=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F00FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F00FA is #A0FF05. Grayscale: #383838. Windows color (decimal): -10551046 or 16384095. OLE color: 16384095.
HSL color Cylindrical-coordinate representation of color #5F00FA: hue angle of 262.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F00FA is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 0 | 250 | - |
| CMYK | 0.62 | 1 | 0 | 0.02 |
| HSL | 262.8º | 1% | 0.49% | - |
| HSV(B) | 262.8º | 1% | 0.98% | - |
| XYZ | 21.97 | 9.34 | 91.09 | - |
| YUV | 56.91 | 236.97 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 250 | 0.62 | 1 | 0 | 0.02 | 262.8 | 1 | 0.49 |
| Hex | 5F | 0 | FA | 3E | 64 | 0 | 2 | 107 | 64 | 31 |
| Octal | 137 | 0 | 372 | 76 | 144 | 0 | 2 | 407 | 144 | 61 |
| Binary | 1011111 | 0 | 11111010 | 111110 | 1100100 | 0 | 10 | 100000111 | 1100100 | 110001 |
Color Harmonies of #5F00FA
Complementary color
Monochromatic Colors of #5F00FA
Black with #5F00FA
Text Example
Text Example
White with #5F00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00FA; }
p { color: rgb(95,0,250); }
H1.HeaderClassName
{
color: #5F00FA;
}
.AnyTagClassName
{
color: #5F00FA;
}
</style>
background-color css
<style>
a { background-color: #5F00FA; }
a { background-color: rgb(95,0,250); }
div.DivClassName
{
background-color: #5F00FA;
}
.BgClassName
{
background-color: #5F00FA;
}
</style>
border-color css
<style>
span { border-color: #5F00FA; }
span { border-color: rgb(95,0,250); }
td.TdClassName
{
border-color: #5F00FA;
}
.TagClassName
{
border-color: #5F00FA;
}
</style>