Shades of Electric Indigo #5D00FE
Tints of Electric Indigo #5D00FE
RGB
CMYK
RGB Variations
Color information
#5D00FE (or 0x5D00FE) is known color: Electric Indigo. HEX triplet: 5D, 00 and FE. RGB value is (93,0,254). Sum of RGB (Red+Green+Blue) = 93+0+254=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D00FE is #A2FF01. Grayscale: #373737. Windows color (decimal): -10682114 or 16646237. OLE color: 16646237.
HSL color Cylindrical-coordinate representation of color #5D00FE: hue angle of 261.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00FE is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 0 | 254 | - |
| CMYK | 0.63 | 1 | 0 | 0.00 |
| HSL | 261.97º | 1% | 0.5% | - |
| HSV(B) | 261.97º | 1% | 1% | - |
| XYZ | 22.4 | 9.48 | 94.42 | - |
| YUV | 56.76 | 239.31 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 254 | 0.63 | 1 | 0 | 0.00 | 261.97 | 1 | 0.5 |
| Hex | 5D | 0 | FE | 3F | 64 | 0 | 0 | 106 | 64 | 32 |
| Octal | 135 | 0 | 376 | 77 | 144 | 0 | 0 | 406 | 144 | 62 |
| Binary | 1011101 | 0 | 11111110 | 111111 | 1100100 | 0 | 0 | 100000110 | 1100100 | 110010 |
Color Harmonies of #5D00FE
Complementary color
Monochromatic Colors of #5D00FE
Black with #5D00FE
Text Example
Text Example
White with #5D00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D00FE; }
p { color: rgb(93,0,254); }
H1.HeaderClassName
{
color: #5D00FE;
}
.AnyTagClassName
{
color: #5D00FE;
}
</style>
background-color css
<style>
a { background-color: #5D00FE; }
a { background-color: rgb(93,0,254); }
div.DivClassName
{
background-color: #5D00FE;
}
.BgClassName
{
background-color: #5D00FE;
}
</style>
border-color css
<style>
span { border-color: #5D00FE; }
span { border-color: rgb(93,0,254); }
td.TdClassName
{
border-color: #5D00FE;
}
.TagClassName
{
border-color: #5D00FE;
}
</style>