Shades of Electric Indigo #5600DF
Tints of Electric Indigo #5600DF
RGB
CMYK
RGB Variations
Color information
#5600DF (or 0x5600DF) is known color: Electric Indigo. HEX triplet: 56, 00 and DF. RGB value is (86,0,223). Sum of RGB (Red+Green+Blue) = 86+0+223=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #5600DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600DF is #A9FF20. Grayscale: #323232. Windows color (decimal): -11140897 or 14614614. OLE color: 14614614.
HSL color Cylindrical-coordinate representation of color #5600DF: hue angle of 263.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600DF is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 0 | 223 | - |
| CMYK | 0.61 | 1 | 0 | 0.13 |
| HSL | 263.14º | 1% | 0.44% | - |
| HSV(B) | 263.14º | 1% | 0.87% | - |
| XYZ | 17.16 | 7.31 | 70.32 | - |
| YUV | 51.14 | 224.99 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 223 | 0.61 | 1 | 0 | 0.13 | 263.14 | 1 | 0.44 |
| Hex | 56 | 0 | DF | 3D | 64 | 0 | D | 107 | 64 | 2C |
| Octal | 126 | 0 | 337 | 75 | 144 | 0 | 15 | 407 | 144 | 54 |
| Binary | 1010110 | 0 | 11011111 | 111101 | 1100100 | 0 | 1101 | 100000111 | 1100100 | 101100 |
Color Harmonies of #5600DF
Complementary color
Monochromatic Colors of #5600DF
Black with #5600DF
Text Example
Text Example
White with #5600DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600DF; }
p { color: rgb(86,0,223); }
H1.HeaderClassName
{
color: #5600DF;
}
.AnyTagClassName
{
color: #5600DF;
}
</style>
background-color css
<style>
a { background-color: #5600DF; }
a { background-color: rgb(86,0,223); }
div.DivClassName
{
background-color: #5600DF;
}
.BgClassName
{
background-color: #5600DF;
}
</style>
border-color css
<style>
span { border-color: #5600DF; }
span { border-color: rgb(86,0,223); }
td.TdClassName
{
border-color: #5600DF;
}
.TagClassName
{
border-color: #5600DF;
}
</style>