Shades of Electric Indigo #5F03EC
Tints of Electric Indigo #5F03EC
RGB
CMYK
RGB Variations
Color information
#5F03EC (or 0x5F03EC) is known color: Electric Indigo. HEX triplet: 5F, 03 and EC. RGB value is (95,3,236). Sum of RGB (Red+Green+Blue) = 95+3+236=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F03EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F03EC is #A0FC13. Grayscale: #383838. Windows color (decimal): -10550292 or 15467359. OLE color: 15467359.
HSL color Cylindrical-coordinate representation of color #5F03EC: hue angle of 263.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F03EC is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 3 | 236 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.07 |
| HSL | 263.69º | 0.97% | 0.47% | - |
| HSV(B) | 263.69º | 0.99% | 0.93% | - |
| XYZ | 19.89 | 8.55 | 79.96 | - |
| YUV | 57.07 | 228.98 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 236 | 0.60 | 0.99 | 0 | 0.07 | 263.69 | 0.97 | 0.47 |
| Hex | 5F | 3 | EC | 3C | 63 | 0 | 7 | 108 | 61 | 2F |
| Octal | 137 | 3 | 354 | 74 | 143 | 0 | 7 | 410 | 141 | 57 |
| Binary | 1011111 | 11 | 11101100 | 111100 | 1100011 | 0 | 111 | 100001000 | 1100001 | 101111 |
Color Harmonies of #5F03EC
Complementary color
Monochromatic Colors of #5F03EC
Black with #5F03EC
Text Example
Text Example
White with #5F03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F03EC; }
p { color: rgb(95,3,236); }
H1.HeaderClassName
{
color: #5F03EC;
}
.AnyTagClassName
{
color: #5F03EC;
}
</style>
background-color css
<style>
a { background-color: #5F03EC; }
a { background-color: rgb(95,3,236); }
div.DivClassName
{
background-color: #5F03EC;
}
.BgClassName
{
background-color: #5F03EC;
}
</style>
border-color css
<style>
span { border-color: #5F03EC; }
span { border-color: rgb(95,3,236); }
td.TdClassName
{
border-color: #5F03EC;
}
.TagClassName
{
border-color: #5F03EC;
}
</style>