Shades of Electric Indigo #5903FD
Tints of Electric Indigo #5903FD
RGB
CMYK
RGB Variations
Color information
#5903FD (or 0x5903FD) is known color: Electric Indigo. HEX triplet: 59, 03 and FD. RGB value is (89,3,253). Sum of RGB (Red+Green+Blue) = 89+3+253=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #5903FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5903FD is #A6FC02. Grayscale: #383838. Windows color (decimal): -10943491 or 16581465. OLE color: 16581465.
HSL color Cylindrical-coordinate representation of color #5903FD: hue angle of 260.64º 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 #5903FD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 3 | 253 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.01 |
| HSL | 260.64º | 0.98% | 0.5% | - |
| HSV(B) | 260.64º | 0.99% | 0.99% | - |
| XYZ | 21.88 | 9.28 | 93.57 | - |
| YUV | 57.21 | 238.49 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 253 | 0.65 | 0.99 | 0 | 0.01 | 260.64 | 0.98 | 0.5 |
| Hex | 59 | 3 | FD | 41 | 63 | 0 | 1 | 105 | 62 | 32 |
| Octal | 131 | 3 | 375 | 101 | 143 | 0 | 1 | 405 | 142 | 62 |
| Binary | 1011001 | 11 | 11111101 | 1000001 | 1100011 | 0 | 1 | 100000101 | 1100010 | 110010 |
Color Harmonies of #5903FD
Complementary color
Monochromatic Colors of #5903FD
Black with #5903FD
Text Example
Text Example
White with #5903FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903FD; }
p { color: rgb(89,3,253); }
H1.HeaderClassName
{
color: #5903FD;
}
.AnyTagClassName
{
color: #5903FD;
}
</style>
background-color css
<style>
a { background-color: #5903FD; }
a { background-color: rgb(89,3,253); }
div.DivClassName
{
background-color: #5903FD;
}
.BgClassName
{
background-color: #5903FD;
}
</style>
border-color css
<style>
span { border-color: #5903FD; }
span { border-color: rgb(89,3,253); }
td.TdClassName
{
border-color: #5903FD;
}
.TagClassName
{
border-color: #5903FD;
}
</style>