Shades of Electric Indigo #5903FE
Tints of Electric Indigo #5903FE
RGB
CMYK
RGB Variations
Color information
#5903FE (or 0x5903FE) is known color: Electric Indigo. HEX triplet: 59, 03 and FE. RGB value is (89,3,254). Sum of RGB (Red+Green+Blue) = 89+3+254=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #5903FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5903FE is #A6FC01. Grayscale: #383838. Windows color (decimal): -10943490 or 16647001. OLE color: 16647001.
HSL color Cylindrical-coordinate representation of color #5903FE: hue angle of 260.56º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903FE is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 3 | 254 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.00 |
| HSL | 260.56º | 0.99% | 0.5% | - |
| HSV(B) | 260.56º | 0.99% | 1% | - |
| XYZ | 22.04 | 9.34 | 94.41 | - |
| YUV | 57.33 | 238.99 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 254 | 0.65 | 0.99 | 0 | 0.00 | 260.56 | 0.99 | 0.5 |
| Hex | 59 | 3 | FE | 41 | 63 | 0 | 0 | 105 | 63 | 32 |
| Octal | 131 | 3 | 376 | 101 | 143 | 0 | 0 | 405 | 143 | 62 |
| Binary | 1011001 | 11 | 11111110 | 1000001 | 1100011 | 0 | 0 | 100000101 | 1100011 | 110010 |
Color Harmonies of #5903FE
Complementary color
Monochromatic Colors of #5903FE
Black with #5903FE
Text Example
Text Example
White with #5903FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903FE; }
p { color: rgb(89,3,254); }
H1.HeaderClassName
{
color: #5903FE;
}
.AnyTagClassName
{
color: #5903FE;
}
</style>
background-color css
<style>
a { background-color: #5903FE; }
a { background-color: rgb(89,3,254); }
div.DivClassName
{
background-color: #5903FE;
}
.BgClassName
{
background-color: #5903FE;
}
</style>
border-color css
<style>
span { border-color: #5903FE; }
span { border-color: rgb(89,3,254); }
td.TdClassName
{
border-color: #5903FE;
}
.TagClassName
{
border-color: #5903FE;
}
</style>