Shades of Indigo #56178A
Tints of Indigo #56178A
RGB
CMYK
RGB Variations
Color information
#56178A (or 0x56178A) is known color: Indigo. HEX triplet: 56, 17 and 8A. RGB value is (86,23,138). Sum of RGB (Red+Green+Blue) = 86+23+138=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #56178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56178A is #A9E875. Grayscale: #363636. Windows color (decimal): -11135094 or 9049942. OLE color: 9049942.
HSL color Cylindrical-coordinate representation of color #56178A: hue angle of 272.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56178A is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 23 | 138 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.46 |
| HSL | 272.87º | 0.71% | 0.32% | - |
| HSV(B) | 272.87º | 0.83% | 0.54% | - |
| XYZ | 8.73 | 4.43 | 24.44 | - |
| YUV | 54.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 138 | 0.38 | 0.83 | 0 | 0.46 | 272.87 | 0.71 | 0.32 |
| Hex | 56 | 17 | 8A | 26 | 53 | 0 | 2E | 111 | 47 | 20 |
| Octal | 126 | 27 | 212 | 46 | 123 | 0 | 56 | 421 | 107 | 40 |
| Binary | 1010110 | 10111 | 10001010 | 100110 | 1010011 | 0 | 101110 | 100010001 | 1000111 | 100000 |
Color Harmonies of #56178A
Complementary color
Monochromatic Colors of #56178A
Black with #56178A
Text Example
Text Example
White with #56178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56178A; }
p { color: rgb(86,23,138); }
H1.HeaderClassName
{
color: #56178A;
}
.AnyTagClassName
{
color: #56178A;
}
</style>
background-color css
<style>
a { background-color: #56178A; }
a { background-color: rgb(86,23,138); }
div.DivClassName
{
background-color: #56178A;
}
.BgClassName
{
background-color: #56178A;
}
</style>
border-color css
<style>
span { border-color: #56178A; }
span { border-color: rgb(86,23,138); }
td.TdClassName
{
border-color: #56178A;
}
.TagClassName
{
border-color: #56178A;
}
</style>