Shades of Indigo #5600B1
Tints of Indigo #5600B1
RGB
CMYK
RGB Variations
Color information
#5600B1 (or 0x5600B1) is known color: Indigo. HEX triplet: 56, 00 and B1. RGB value is (86,0,177). Sum of RGB (Red+Green+Blue) = 86+0+177=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #5600B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5600B1 is #A9FF4E. Grayscale: #2D2D2D. Windows color (decimal): -11140943 or 11599958. OLE color: 11599958.
HSL color Cylindrical-coordinate representation of color #5600B1: hue angle of 269.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600B1 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 0 | 177 | - |
| CMYK | 0.51 | 1 | 0 | 0.31 |
| HSL | 269.15º | 1% | 0.35% | - |
| HSV(B) | 269.15º | 1% | 0.69% | - |
| XYZ | 11.77 | 5.15 | 41.97 | - |
| YUV | 45.89 | 201.99 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 177 | 0.51 | 1 | 0 | 0.31 | 269.15 | 1 | 0.35 |
| Hex | 56 | 0 | B1 | 33 | 64 | 0 | 1F | 10D | 64 | 23 |
| Octal | 126 | 0 | 261 | 63 | 144 | 0 | 37 | 415 | 144 | 43 |
| Binary | 1010110 | 0 | 10110001 | 110011 | 1100100 | 0 | 11111 | 100001101 | 1100100 | 100011 |
Color Harmonies of #5600B1
Complementary color
Monochromatic Colors of #5600B1
Black with #5600B1
Text Example
Text Example
White with #5600B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600B1; }
p { color: rgb(86,0,177); }
H1.HeaderClassName
{
color: #5600B1;
}
.AnyTagClassName
{
color: #5600B1;
}
</style>
background-color css
<style>
a { background-color: #5600B1; }
a { background-color: rgb(86,0,177); }
div.DivClassName
{
background-color: #5600B1;
}
.BgClassName
{
background-color: #5600B1;
}
</style>
border-color css
<style>
span { border-color: #5600B1; }
span { border-color: rgb(86,0,177); }
td.TdClassName
{
border-color: #5600B1;
}
.TagClassName
{
border-color: #5600B1;
}
</style>