Shades of Electric Indigo #5F06EC
Tints of Electric Indigo #5F06EC
RGB
CMYK
RGB Variations
Color information
#5F06EC (or 0x5F06EC) is known color: Electric Indigo. HEX triplet: 5F, 06 and EC. RGB value is (95,6,236). Sum of RGB (Red+Green+Blue) = 95+6+236=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F06EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F06EC is #A0F913. Grayscale: #3A3A3A. Windows color (decimal): -10549524 or 15468127. OLE color: 15468127.
HSL color Cylindrical-coordinate representation of color #5F06EC: hue angle of 263.22º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F06EC is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 6 | 236 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.07 |
| HSL | 263.22º | 0.95% | 0.47% | - |
| HSV(B) | 263.22º | 0.97% | 0.93% | - |
| XYZ | 19.92 | 8.62 | 79.97 | - |
| YUV | 58.83 | 227.99 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 236 | 0.60 | 0.97 | 0 | 0.07 | 263.22 | 0.95 | 0.47 |
| Hex | 5F | 6 | EC | 3C | 61 | 0 | 7 | 107 | 5F | 2F |
| Octal | 137 | 6 | 354 | 74 | 141 | 0 | 7 | 407 | 137 | 57 |
| Binary | 1011111 | 110 | 11101100 | 111100 | 1100001 | 0 | 111 | 100000111 | 1011111 | 101111 |
Color Harmonies of #5F06EC
Complementary color
Monochromatic Colors of #5F06EC
Black with #5F06EC
Text Example
Text Example
White with #5F06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F06EC; }
p { color: rgb(95,6,236); }
H1.HeaderClassName
{
color: #5F06EC;
}
.AnyTagClassName
{
color: #5F06EC;
}
</style>
background-color css
<style>
a { background-color: #5F06EC; }
a { background-color: rgb(95,6,236); }
div.DivClassName
{
background-color: #5F06EC;
}
.BgClassName
{
background-color: #5F06EC;
}
</style>
border-color css
<style>
span { border-color: #5F06EC; }
span { border-color: rgb(95,6,236); }
td.TdClassName
{
border-color: #5F06EC;
}
.TagClassName
{
border-color: #5F06EC;
}
</style>