Shades of Electric Indigo #5F03FC
Tints of Electric Indigo #5F03FC
RGB
CMYK
RGB Variations
Color information
#5F03FC (or 0x5F03FC) is known color: Electric Indigo. HEX triplet: 5F, 03 and FC. RGB value is (95,3,252). Sum of RGB (Red+Green+Blue) = 95+3+252=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F03FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F03FC is #A0FC03. Grayscale: #393939. Windows color (decimal): -10550276 or 16515935. OLE color: 16515935.
HSL color Cylindrical-coordinate representation of color #5F03FC: hue angle of 262.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F03FC is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 3 | 252 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.01 |
| HSL | 262.17º | 0.98% | 0.5% | - |
| HSV(B) | 262.17º | 0.99% | 0.99% | - |
| XYZ | 22.32 | 9.53 | 92.76 | - |
| YUV | 58.89 | 236.98 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 252 | 0.62 | 0.99 | 0 | 0.01 | 262.17 | 0.98 | 0.5 |
| Hex | 5F | 3 | FC | 3E | 63 | 0 | 1 | 106 | 62 | 32 |
| Octal | 137 | 3 | 374 | 76 | 143 | 0 | 1 | 406 | 142 | 62 |
| Binary | 1011111 | 11 | 11111100 | 111110 | 1100011 | 0 | 1 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5F03FC
Complementary color
Monochromatic Colors of #5F03FC
Black with #5F03FC
Text Example
Text Example
White with #5F03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F03FC; }
p { color: rgb(95,3,252); }
H1.HeaderClassName
{
color: #5F03FC;
}
.AnyTagClassName
{
color: #5F03FC;
}
</style>
background-color css
<style>
a { background-color: #5F03FC; }
a { background-color: rgb(95,3,252); }
div.DivClassName
{
background-color: #5F03FC;
}
.BgClassName
{
background-color: #5F03FC;
}
</style>
border-color css
<style>
span { border-color: #5F03FC; }
span { border-color: rgb(95,3,252); }
td.TdClassName
{
border-color: #5F03FC;
}
.TagClassName
{
border-color: #5F03FC;
}
</style>