Shades of Electric Indigo #5D01FC
Tints of Electric Indigo #5D01FC
RGB
CMYK
RGB Variations
Color information
#5D01FC (or 0x5D01FC) is known color: Electric Indigo. HEX triplet: 5D, 01 and FC. RGB value is (93,1,252). Sum of RGB (Red+Green+Blue) = 93+1+252=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D01FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D01FC is #A2FE03. Grayscale: #383838. Windows color (decimal): -10681860 or 16515421. OLE color: 16515421.
HSL color Cylindrical-coordinate representation of color #5D01FC: hue angle of 261.99º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D01FC is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 1 | 252 | - |
| CMYK | 0.63 | 1.00 | 0 | 0.01 |
| HSL | 261.99º | 0.99% | 0.5% | - |
| HSV(B) | 261.99º | 1% | 0.99% | - |
| XYZ | 22.1 | 9.38 | 92.74 | - |
| YUV | 57.12 | 237.98 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 252 | 0.63 | 1.00 | 0 | 0.01 | 261.99 | 0.99 | 0.5 |
| Hex | 5D | 1 | FC | 3F | 64 | 0 | 1 | 106 | 63 | 32 |
| Octal | 135 | 1 | 374 | 77 | 144 | 0 | 1 | 406 | 143 | 62 |
| Binary | 1011101 | 1 | 11111100 | 111111 | 1100100 | 0 | 1 | 100000110 | 1100011 | 110010 |
Color Harmonies of #5D01FC
Complementary color
Monochromatic Colors of #5D01FC
Black with #5D01FC
Text Example
Text Example
White with #5D01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D01FC; }
p { color: rgb(93,1,252); }
H1.HeaderClassName
{
color: #5D01FC;
}
.AnyTagClassName
{
color: #5D01FC;
}
</style>
background-color css
<style>
a { background-color: #5D01FC; }
a { background-color: rgb(93,1,252); }
div.DivClassName
{
background-color: #5D01FC;
}
.BgClassName
{
background-color: #5D01FC;
}
</style>
border-color css
<style>
span { border-color: #5D01FC; }
span { border-color: rgb(93,1,252); }
td.TdClassName
{
border-color: #5D01FC;
}
.TagClassName
{
border-color: #5D01FC;
}
</style>