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