Shades of Electric Indigo #5D03FC
Tints of Electric Indigo #5D03FC
RGB
CMYK
RGB Variations
Color information
#5D03FC (or 0x5D03FC) is known color: Electric Indigo. HEX triplet: 5D, 03 and FC. RGB value is (93,3,252). Sum of RGB (Red+Green+Blue) = 93+3+252=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D03FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D03FC is #A2FC03. Grayscale: #393939. Windows color (decimal): -10681348 or 16515933. OLE color: 16515933.
HSL color Cylindrical-coordinate representation of color #5D03FC: hue angle of 261.69º 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 #5D03FC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 3 | 252 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.01 |
| HSL | 261.69º | 0.98% | 0.5% | - |
| HSV(B) | 261.69º | 0.99% | 0.99% | - |
| XYZ | 22.12 | 9.42 | 92.75 | - |
| YUV | 58.3 | 237.32 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 252 | 0.63 | 0.99 | 0 | 0.01 | 261.69 | 0.98 | 0.5 |
| Hex | 5D | 3 | FC | 3F | 63 | 0 | 1 | 106 | 62 | 32 |
| Octal | 135 | 3 | 374 | 77 | 143 | 0 | 1 | 406 | 142 | 62 |
| Binary | 1011101 | 11 | 11111100 | 111111 | 1100011 | 0 | 1 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5D03FC
Complementary color
Monochromatic Colors of #5D03FC
Black with #5D03FC
Text Example
Text Example
White with #5D03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D03FC; }
p { color: rgb(93,3,252); }
H1.HeaderClassName
{
color: #5D03FC;
}
.AnyTagClassName
{
color: #5D03FC;
}
</style>
background-color css
<style>
a { background-color: #5D03FC; }
a { background-color: rgb(93,3,252); }
div.DivClassName
{
background-color: #5D03FC;
}
.BgClassName
{
background-color: #5D03FC;
}
</style>
border-color css
<style>
span { border-color: #5D03FC; }
span { border-color: rgb(93,3,252); }
td.TdClassName
{
border-color: #5D03FC;
}
.TagClassName
{
border-color: #5D03FC;
}
</style>