Shades of Electric Indigo #5F08E7
Tints of Electric Indigo #5F08E7
RGB
CMYK
RGB Variations
Color information
#5F08E7 (or 0x5F08E7) is known color: Electric Indigo. HEX triplet: 5F, 08 and E7. RGB value is (95,8,231). Sum of RGB (Red+Green+Blue) = 95+8+231=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 231 (90.62% from 255 or 69.16% from 334); Max value from RGB is 231 - color contains mainly: blue. Hex color #5F08E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F08E7 is #A0F718. Grayscale: #3A3A3A. Windows color (decimal): -10549017 or 15140959. OLE color: 15140959.
HSL color Cylindrical-coordinate representation of color #5F08E7: hue angle of 263.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F08E7 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 8 | 231 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.09 |
| HSL | 263.41º | 0.93% | 0.47% | - |
| HSV(B) | 263.41º | 0.97% | 0.91% | - |
| XYZ | 19.23 | 8.38 | 76.2 | - |
| YUV | 59.44 | 224.82 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 231 | 0.59 | 0.97 | 0 | 0.09 | 263.41 | 0.93 | 0.47 |
| Hex | 5F | 8 | E7 | 3B | 61 | 0 | 9 | 107 | 5D | 2F |
| Octal | 137 | 10 | 347 | 73 | 141 | 0 | 11 | 407 | 135 | 57 |
| Binary | 1011111 | 1000 | 11100111 | 111011 | 1100001 | 0 | 1001 | 100000111 | 1011101 | 101111 |
Color Harmonies of #5F08E7
Complementary color
Monochromatic Colors of #5F08E7
Black with #5F08E7
Text Example
Text Example
White with #5F08E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F08E7; }
p { color: rgb(95,8,231); }
H1.HeaderClassName
{
color: #5F08E7;
}
.AnyTagClassName
{
color: #5F08E7;
}
</style>
background-color css
<style>
a { background-color: #5F08E7; }
a { background-color: rgb(95,8,231); }
div.DivClassName
{
background-color: #5F08E7;
}
.BgClassName
{
background-color: #5F08E7;
}
</style>
border-color css
<style>
span { border-color: #5F08E7; }
span { border-color: rgb(95,8,231); }
td.TdClassName
{
border-color: #5F08E7;
}
.TagClassName
{
border-color: #5F08E7;
}
</style>