Shades of Electric Indigo #5F01EF
Tints of Electric Indigo #5F01EF
RGB
CMYK
RGB Variations
Color information
#5F01EF (or 0x5F01EF) is known color: Electric Indigo. HEX triplet: 5F, 01 and EF. RGB value is (95,1,239). Sum of RGB (Red+Green+Blue) = 95+1+239=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F01EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F01EF is #A0FE10. Grayscale: #373737. Windows color (decimal): -10550801 or 15663455. OLE color: 15663455.
HSL color Cylindrical-coordinate representation of color #5F01EF: hue angle of 263.7º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F01EF is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 1 | 239 | - |
| CMYK | 0.60 | 1.00 | 0 | 0.06 |
| HSL | 263.7º | 0.99% | 0.47% | - |
| HSV(B) | 263.7º | 1% | 0.94% | - |
| XYZ | 20.31 | 8.69 | 82.27 | - |
| YUV | 56.24 | 231.14 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 239 | 0.60 | 1.00 | 0 | 0.06 | 263.7 | 0.99 | 0.47 |
| Hex | 5F | 1 | EF | 3C | 64 | 0 | 6 | 108 | 63 | 2F |
| Octal | 137 | 1 | 357 | 74 | 144 | 0 | 6 | 410 | 143 | 57 |
| Binary | 1011111 | 1 | 11101111 | 111100 | 1100100 | 0 | 110 | 100001000 | 1100011 | 101111 |
Color Harmonies of #5F01EF
Complementary color
Monochromatic Colors of #5F01EF
Black with #5F01EF
Text Example
Text Example
White with #5F01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F01EF; }
p { color: rgb(95,1,239); }
H1.HeaderClassName
{
color: #5F01EF;
}
.AnyTagClassName
{
color: #5F01EF;
}
</style>
background-color css
<style>
a { background-color: #5F01EF; }
a { background-color: rgb(95,1,239); }
div.DivClassName
{
background-color: #5F01EF;
}
.BgClassName
{
background-color: #5F01EF;
}
</style>
border-color css
<style>
span { border-color: #5F01EF; }
span { border-color: rgb(95,1,239); }
td.TdClassName
{
border-color: #5F01EF;
}
.TagClassName
{
border-color: #5F01EF;
}
</style>