Shades of Electric Indigo #5603FF
Tints of Electric Indigo #5603FF
RGB
CMYK
RGB Variations
Color information
#5603FF (or 0x5603FF) is known color: Electric Indigo. HEX triplet: 56, 03 and FF. RGB value is (86,3,255). Sum of RGB (Red+Green+Blue) = 86+3+255=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #5603FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5603FF is #A9FC00. Grayscale: #373737. Windows color (decimal): -11140097 or 16712534. OLE color: 16712534.
HSL color Cylindrical-coordinate representation of color #5603FF: hue angle of 259.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5603FF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 3 | 255 | - |
| CMYK | 0.66 | 0.99 | 0 | 0 |
| HSL | 259.76º | 1% | 0.51% | - |
| HSV(B) | 259.76º | 0.99% | 1% | - |
| XYZ | 21.92 | 9.26 | 95.24 | - |
| YUV | 56.55 | 240 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 255 | 0.66 | 0.99 | 0 | 0 | 259.76 | 1 | 0.51 |
| Hex | 56 | 3 | FF | 42 | 63 | 0 | 0 | 104 | 64 | 33 |
| Octal | 126 | 3 | 377 | 102 | 143 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1010110 | 11 | 11111111 | 1000010 | 1100011 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5603FF
Complementary color
Monochromatic Colors of #5603FF
Black with #5603FF
Text Example
Text Example
White with #5603FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5603FF; }
p { color: rgb(86,3,255); }
H1.HeaderClassName
{
color: #5603FF;
}
.AnyTagClassName
{
color: #5603FF;
}
</style>
background-color css
<style>
a { background-color: #5603FF; }
a { background-color: rgb(86,3,255); }
div.DivClassName
{
background-color: #5603FF;
}
.BgClassName
{
background-color: #5603FF;
}
</style>
border-color css
<style>
span { border-color: #5603FF; }
span { border-color: rgb(86,3,255); }
td.TdClassName
{
border-color: #5603FF;
}
.TagClassName
{
border-color: #5603FF;
}
</style>