Shades of Electric Indigo #5603FD
Tints of Electric Indigo #5603FD
RGB
CMYK
RGB Variations
Color information
#5603FD (or 0x5603FD) is known color: Electric Indigo. HEX triplet: 56, 03 and FD. RGB value is (86,3,253). Sum of RGB (Red+Green+Blue) = 86+3+253=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #5603FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5603FD is #A9FC02. Grayscale: #373737. Windows color (decimal): -11140099 or 16581462. OLE color: 16581462.
HSL color Cylindrical-coordinate representation of color #5603FD: hue angle of 259.92º 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 #5603FD is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 3 | 253 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.01 |
| HSL | 259.92º | 0.98% | 0.5% | - |
| HSV(B) | 259.92º | 0.99% | 0.99% | - |
| XYZ | 21.6 | 9.14 | 93.55 | - |
| YUV | 56.32 | 239 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 253 | 0.66 | 0.99 | 0 | 0.01 | 259.92 | 0.98 | 0.5 |
| Hex | 56 | 3 | FD | 42 | 63 | 0 | 1 | 104 | 62 | 32 |
| Octal | 126 | 3 | 375 | 102 | 143 | 0 | 1 | 404 | 142 | 62 |
| Binary | 1010110 | 11 | 11111101 | 1000010 | 1100011 | 0 | 1 | 100000100 | 1100010 | 110010 |
Color Harmonies of #5603FD
Complementary color
Monochromatic Colors of #5603FD
Black with #5603FD
Text Example
Text Example
White with #5603FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5603FD; }
p { color: rgb(86,3,253); }
H1.HeaderClassName
{
color: #5603FD;
}
.AnyTagClassName
{
color: #5603FD;
}
</style>
background-color css
<style>
a { background-color: #5603FD; }
a { background-color: rgb(86,3,253); }
div.DivClassName
{
background-color: #5603FD;
}
.BgClassName
{
background-color: #5603FD;
}
</style>
border-color css
<style>
span { border-color: #5603FD; }
span { border-color: rgb(86,3,253); }
td.TdClassName
{
border-color: #5603FD;
}
.TagClassName
{
border-color: #5603FD;
}
</style>