Shades of Electric Indigo #5904FD
Tints of Electric Indigo #5904FD
RGB
CMYK
RGB Variations
Color information
#5904FD (or 0x5904FD) is known color: Electric Indigo. HEX triplet: 59, 04 and FD. RGB value is (89,4,253). Sum of RGB (Red+Green+Blue) = 89+4+253=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #5904FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5904FD is #A6FB02. Grayscale: #383838. Windows color (decimal): -10943235 or 16581721. OLE color: 16581721.
HSL color Cylindrical-coordinate representation of color #5904FD: hue angle of 260.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904FD is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 4 | 253 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.01 |
| HSL | 260.48º | 0.98% | 0.5% | - |
| HSV(B) | 260.48º | 0.98% | 0.99% | - |
| XYZ | 21.89 | 9.3 | 93.57 | - |
| YUV | 57.8 | 238.16 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 253 | 0.65 | 0.98 | 0 | 0.01 | 260.48 | 0.98 | 0.5 |
| Hex | 59 | 4 | FD | 41 | 62 | 0 | 1 | 104 | 62 | 32 |
| Octal | 131 | 4 | 375 | 101 | 142 | 0 | 1 | 404 | 142 | 62 |
| Binary | 1011001 | 100 | 11111101 | 1000001 | 1100010 | 0 | 1 | 100000100 | 1100010 | 110010 |
Color Harmonies of #5904FD
Complementary color
Monochromatic Colors of #5904FD
Black with #5904FD
Text Example
Text Example
White with #5904FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904FD; }
p { color: rgb(89,4,253); }
H1.HeaderClassName
{
color: #5904FD;
}
.AnyTagClassName
{
color: #5904FD;
}
</style>
background-color css
<style>
a { background-color: #5904FD; }
a { background-color: rgb(89,4,253); }
div.DivClassName
{
background-color: #5904FD;
}
.BgClassName
{
background-color: #5904FD;
}
</style>
border-color css
<style>
span { border-color: #5904FD; }
span { border-color: rgb(89,4,253); }
td.TdClassName
{
border-color: #5904FD;
}
.TagClassName
{
border-color: #5904FD;
}
</style>