Shades of Electric Indigo #5900F8
Tints of Electric Indigo #5900F8
RGB
CMYK
RGB Variations
Color information
#5900F8 (or 0x5900F8) is known color: Electric Indigo. HEX triplet: 59, 00 and F8. RGB value is (89,0,248). Sum of RGB (Red+Green+Blue) = 89+0+248=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 248 (97.27% from 255 or 73.59% from 337); Max value from RGB is 248 - color contains mainly: blue. Hex color #5900F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5900F8 is #A6FF07. Grayscale: #353535. Windows color (decimal): -10944264 or 16253017. OLE color: 16253017.
HSL color Cylindrical-coordinate representation of color #5900F8: hue angle of 261.53º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900F8 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 0 | 248 | - |
| CMYK | 0.64 | 1 | 0 | 0.03 |
| HSL | 261.53º | 1% | 0.49% | - |
| HSV(B) | 261.53º | 1% | 0.97% | - |
| XYZ | 21.06 | 8.9 | 89.41 | - |
| YUV | 54.88 | 236.99 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 248 | 0.64 | 1 | 0 | 0.03 | 261.53 | 1 | 0.49 |
| Hex | 59 | 0 | F8 | 40 | 64 | 0 | 3 | 106 | 64 | 31 |
| Octal | 131 | 0 | 370 | 100 | 144 | 0 | 3 | 406 | 144 | 61 |
| Binary | 1011001 | 0 | 11111000 | 1000000 | 1100100 | 0 | 11 | 100000110 | 1100100 | 110001 |
Color Harmonies of #5900F8
Complementary color
Monochromatic Colors of #5900F8
Black with #5900F8
Text Example
Text Example
White with #5900F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900F8; }
p { color: rgb(89,0,248); }
H1.HeaderClassName
{
color: #5900F8;
}
.AnyTagClassName
{
color: #5900F8;
}
</style>
background-color css
<style>
a { background-color: #5900F8; }
a { background-color: rgb(89,0,248); }
div.DivClassName
{
background-color: #5900F8;
}
.BgClassName
{
background-color: #5900F8;
}
</style>
border-color css
<style>
span { border-color: #5900F8; }
span { border-color: rgb(89,0,248); }
td.TdClassName
{
border-color: #5900F8;
}
.TagClassName
{
border-color: #5900F8;
}
</style>