Shades of Electric Indigo #5F03F7
Tints of Electric Indigo #5F03F7
RGB
CMYK
RGB Variations
Color information
#5F03F7 (or 0x5F03F7) is known color: Electric Indigo. HEX triplet: 5F, 03 and F7. RGB value is (95,3,247). Sum of RGB (Red+Green+Blue) = 95+3+247=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #5F03F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F03F7 is #A0FC08. Grayscale: #393939. Windows color (decimal): -10550281 or 16188255. OLE color: 16188255.
HSL color Cylindrical-coordinate representation of color #5F03F7: hue angle of 262.62º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F03F7 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 3 | 247 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.03 |
| HSL | 262.62º | 0.98% | 0.49% | - |
| HSV(B) | 262.62º | 0.99% | 0.97% | - |
| XYZ | 21.54 | 9.21 | 88.64 | - |
| YUV | 58.32 | 234.48 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 247 | 0.62 | 0.99 | 0 | 0.03 | 262.62 | 0.98 | 0.49 |
| Hex | 5F | 3 | F7 | 3E | 63 | 0 | 3 | 107 | 62 | 31 |
| Octal | 137 | 3 | 367 | 76 | 143 | 0 | 3 | 407 | 142 | 61 |
| Binary | 1011111 | 11 | 11110111 | 111110 | 1100011 | 0 | 11 | 100000111 | 1100010 | 110001 |
Color Harmonies of #5F03F7
Complementary color
Monochromatic Colors of #5F03F7
Black with #5F03F7
Text Example
Text Example
White with #5F03F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F03F7; }
p { color: rgb(95,3,247); }
H1.HeaderClassName
{
color: #5F03F7;
}
.AnyTagClassName
{
color: #5F03F7;
}
</style>
background-color css
<style>
a { background-color: #5F03F7; }
a { background-color: rgb(95,3,247); }
div.DivClassName
{
background-color: #5F03F7;
}
.BgClassName
{
background-color: #5F03F7;
}
</style>
border-color css
<style>
span { border-color: #5F03F7; }
span { border-color: rgb(95,3,247); }
td.TdClassName
{
border-color: #5F03F7;
}
.TagClassName
{
border-color: #5F03F7;
}
</style>