Shades of Electric Indigo #5F02FA
Tints of Electric Indigo #5F02FA
RGB
CMYK
RGB Variations
Color information
#5F02FA (or 0x5F02FA) is known color: Electric Indigo. HEX triplet: 5F, 02 and FA. RGB value is (95,2,250). Sum of RGB (Red+Green+Blue) = 95+2+250=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F02FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F02FA is #A0FD05. Grayscale: #393939. Windows color (decimal): -10550534 or 16384607. OLE color: 16384607.
HSL color Cylindrical-coordinate representation of color #5F02FA: hue angle of 262.5º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F02FA is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 2 | 250 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.02 |
| HSL | 262.5º | 0.98% | 0.49% | - |
| HSV(B) | 262.5º | 0.99% | 0.98% | - |
| XYZ | 22 | 9.38 | 91.09 | - |
| YUV | 58.08 | 236.31 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 250 | 0.62 | 0.99 | 0 | 0.02 | 262.5 | 0.98 | 0.49 |
| Hex | 5F | 2 | FA | 3E | 63 | 0 | 2 | 106 | 62 | 31 |
| Octal | 137 | 2 | 372 | 76 | 143 | 0 | 2 | 406 | 142 | 61 |
| Binary | 1011111 | 10 | 11111010 | 111110 | 1100011 | 0 | 10 | 100000110 | 1100010 | 110001 |
Color Harmonies of #5F02FA
Complementary color
Monochromatic Colors of #5F02FA
Black with #5F02FA
Text Example
Text Example
White with #5F02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F02FA; }
p { color: rgb(95,2,250); }
H1.HeaderClassName
{
color: #5F02FA;
}
.AnyTagClassName
{
color: #5F02FA;
}
</style>
background-color css
<style>
a { background-color: #5F02FA; }
a { background-color: rgb(95,2,250); }
div.DivClassName
{
background-color: #5F02FA;
}
.BgClassName
{
background-color: #5F02FA;
}
</style>
border-color css
<style>
span { border-color: #5F02FA; }
span { border-color: rgb(95,2,250); }
td.TdClassName
{
border-color: #5F02FA;
}
.TagClassName
{
border-color: #5F02FA;
}
</style>