Shades of Electric Indigo #5903FC
Tints of Electric Indigo #5903FC
RGB
CMYK
RGB Variations
Color information
#5903FC (or 0x5903FC) is known color: Electric Indigo. HEX triplet: 59, 03 and FC. RGB value is (89,3,252). Sum of RGB (Red+Green+Blue) = 89+3+252=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #5903FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5903FC is #A6FC03. Grayscale: #383838. Windows color (decimal): -10943492 or 16515929. OLE color: 16515929.
HSL color Cylindrical-coordinate representation of color #5903FC: hue angle of 260.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903FC is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 3 | 252 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.01 |
| HSL | 260.72º | 0.98% | 0.5% | - |
| HSV(B) | 260.72º | 0.99% | 0.99% | - |
| XYZ | 21.72 | 9.22 | 92.73 | - |
| YUV | 57.1 | 237.99 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 252 | 0.65 | 0.99 | 0 | 0.01 | 260.72 | 0.98 | 0.5 |
| Hex | 59 | 3 | FC | 41 | 63 | 0 | 1 | 105 | 62 | 32 |
| Octal | 131 | 3 | 374 | 101 | 143 | 0 | 1 | 405 | 142 | 62 |
| Binary | 1011001 | 11 | 11111100 | 1000001 | 1100011 | 0 | 1 | 100000101 | 1100010 | 110010 |
Color Harmonies of #5903FC
Complementary color
Monochromatic Colors of #5903FC
Black with #5903FC
Text Example
Text Example
White with #5903FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903FC; }
p { color: rgb(89,3,252); }
H1.HeaderClassName
{
color: #5903FC;
}
.AnyTagClassName
{
color: #5903FC;
}
</style>
background-color css
<style>
a { background-color: #5903FC; }
a { background-color: rgb(89,3,252); }
div.DivClassName
{
background-color: #5903FC;
}
.BgClassName
{
background-color: #5903FC;
}
</style>
border-color css
<style>
span { border-color: #5903FC; }
span { border-color: rgb(89,3,252); }
td.TdClassName
{
border-color: #5903FC;
}
.TagClassName
{
border-color: #5903FC;
}
</style>