Shades of Indigo #56108B
Tints of Indigo #56108B
RGB
CMYK
RGB Variations
Color information
#56108B (or 0x56108B) is known color: Indigo. HEX triplet: 56, 10 and 8B. RGB value is (86,16,139). Sum of RGB (Red+Green+Blue) = 86+16+139=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #56108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56108B is #A9EF74. Grayscale: #323232. Windows color (decimal): -11136885 or 9113686. OLE color: 9113686.
HSL color Cylindrical-coordinate representation of color #56108B: hue angle of 274.15º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56108B is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 16 | 139 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.45 |
| HSL | 274.15º | 0.79% | 0.3% | - |
| HSV(B) | 274.15º | 0.88% | 0.55% | - |
| XYZ | 8.68 | 4.21 | 24.78 | - |
| YUV | 50.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 139 | 0.38 | 0.88 | 0 | 0.45 | 274.15 | 0.79 | 0.3 |
| Hex | 56 | 10 | 8B | 26 | 58 | 0 | 2D | 112 | 4F | 1E |
| Octal | 126 | 20 | 213 | 46 | 130 | 0 | 55 | 422 | 117 | 36 |
| Binary | 1010110 | 10000 | 10001011 | 100110 | 1011000 | 0 | 101101 | 100010010 | 1001111 | 11110 |
Color Harmonies of #56108B
Complementary color
Monochromatic Colors of #56108B
Black with #56108B
Text Example
Text Example
White with #56108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56108B; }
p { color: rgb(86,16,139); }
H1.HeaderClassName
{
color: #56108B;
}
.AnyTagClassName
{
color: #56108B;
}
</style>
background-color css
<style>
a { background-color: #56108B; }
a { background-color: rgb(86,16,139); }
div.DivClassName
{
background-color: #56108B;
}
.BgClassName
{
background-color: #56108B;
}
</style>
border-color css
<style>
span { border-color: #56108B; }
span { border-color: rgb(86,16,139); }
td.TdClassName
{
border-color: #56108B;
}
.TagClassName
{
border-color: #56108B;
}
</style>