Shades of Indigo #56157B
Tints of Indigo #56157B
RGB
CMYK
RGB Variations
Color information
#56157B (or 0x56157B) is known color: Indigo. HEX triplet: 56, 15 and 7B. RGB value is (86,21,123). Sum of RGB (Red+Green+Blue) = 86+21+123=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #56157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56157B is #A9EA84. Grayscale: #333333. Windows color (decimal): -11135621 or 8066390. OLE color: 8066390.
HSL color Cylindrical-coordinate representation of color #56157B: hue angle of 278.24º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56157B is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 21 | 123 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.52 |
| HSL | 278.24º | 0.71% | 0.28% | - |
| HSV(B) | 278.24º | 0.83% | 0.48% | - |
| XYZ | 7.68 | 3.94 | 19.1 | - |
| YUV | 52.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 123 | 0.30 | 0.83 | 0 | 0.52 | 278.24 | 0.71 | 0.28 |
| Hex | 56 | 15 | 7B | 1E | 53 | 0 | 34 | 116 | 47 | 1C |
| Octal | 126 | 25 | 173 | 36 | 123 | 0 | 64 | 426 | 107 | 34 |
| Binary | 1010110 | 10101 | 1111011 | 11110 | 1010011 | 0 | 110100 | 100010110 | 1000111 | 11100 |
Color Harmonies of #56157B
Complementary color
Monochromatic Colors of #56157B
Black with #56157B
Text Example
Text Example
White with #56157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56157B; }
p { color: rgb(86,21,123); }
H1.HeaderClassName
{
color: #56157B;
}
.AnyTagClassName
{
color: #56157B;
}
</style>
background-color css
<style>
a { background-color: #56157B; }
a { background-color: rgb(86,21,123); }
div.DivClassName
{
background-color: #56157B;
}
.BgClassName
{
background-color: #56157B;
}
</style>
border-color css
<style>
span { border-color: #56157B; }
span { border-color: rgb(86,21,123); }
td.TdClassName
{
border-color: #56157B;
}
.TagClassName
{
border-color: #56157B;
}
</style>