Shades of Electric Indigo #5900FD
Tints of Electric Indigo #5900FD
RGB
CMYK
RGB Variations
Color information
#5900FD (or 0x5900FD) is known color: Electric Indigo. HEX triplet: 59, 00 and FD. RGB value is (89,0,253). Sum of RGB (Red+Green+Blue) = 89+0+253=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #5900FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5900FD is #A6FF02. Grayscale: #363636. Windows color (decimal): -10944259 or 16580697. OLE color: 16580697.
HSL color Cylindrical-coordinate representation of color #5900FD: hue angle of 261.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900FD is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 0 | 253 | - |
| CMYK | 0.65 | 1 | 0 | 0.01 |
| HSL | 261.11º | 1% | 0.5% | - |
| HSV(B) | 261.11º | 1% | 0.99% | - |
| XYZ | 21.85 | 9.22 | 93.56 | - |
| YUV | 55.45 | 239.49 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 253 | 0.65 | 1 | 0 | 0.01 | 261.11 | 1 | 0.5 |
| Hex | 59 | 0 | FD | 41 | 64 | 0 | 1 | 105 | 64 | 32 |
| Octal | 131 | 0 | 375 | 101 | 144 | 0 | 1 | 405 | 144 | 62 |
| Binary | 1011001 | 0 | 11111101 | 1000001 | 1100100 | 0 | 1 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5900FD
Complementary color
Monochromatic Colors of #5900FD
Black with #5900FD
Text Example
Text Example
White with #5900FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900FD; }
p { color: rgb(89,0,253); }
H1.HeaderClassName
{
color: #5900FD;
}
.AnyTagClassName
{
color: #5900FD;
}
</style>
background-color css
<style>
a { background-color: #5900FD; }
a { background-color: rgb(89,0,253); }
div.DivClassName
{
background-color: #5900FD;
}
.BgClassName
{
background-color: #5900FD;
}
</style>
border-color css
<style>
span { border-color: #5900FD; }
span { border-color: rgb(89,0,253); }
td.TdClassName
{
border-color: #5900FD;
}
.TagClassName
{
border-color: #5900FD;
}
</style>