Shades of Indigo #56017D
Tints of Indigo #56017D
RGB
CMYK
RGB Variations
Color information
#56017D (or 0x56017D) is known color: Indigo. HEX triplet: 56, 01 and 7D. RGB value is (86,1,125). Sum of RGB (Red+Green+Blue) = 86+1+125=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #56017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56017D is #A9FE82. Grayscale: #282828. Windows color (decimal): -11140739 or 8192342. OLE color: 8192342.
HSL color Cylindrical-coordinate representation of color #56017D: hue angle of 281.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56017D is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 1 | 125 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.51 |
| HSL | 281.13º | 0.98% | 0.25% | - |
| HSV(B) | 281.13º | 0.99% | 0.49% | - |
| XYZ | 7.55 | 3.48 | 19.68 | - |
| YUV | 40.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 125 | 0.31 | 0.99 | 0 | 0.51 | 281.13 | 0.98 | 0.25 |
| Hex | 56 | 1 | 7D | 1F | 63 | 0 | 33 | 119 | 62 | 19 |
| Octal | 126 | 1 | 175 | 37 | 143 | 0 | 63 | 431 | 142 | 31 |
| Binary | 1010110 | 1 | 1111101 | 11111 | 1100011 | 0 | 110011 | 100011001 | 1100010 | 11001 |
Color Harmonies of #56017D
Complementary color
Monochromatic Colors of #56017D
Black with #56017D
Text Example
Text Example
White with #56017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56017D; }
p { color: rgb(86,1,125); }
H1.HeaderClassName
{
color: #56017D;
}
.AnyTagClassName
{
color: #56017D;
}
</style>
background-color css
<style>
a { background-color: #56017D; }
a { background-color: rgb(86,1,125); }
div.DivClassName
{
background-color: #56017D;
}
.BgClassName
{
background-color: #56017D;
}
</style>
border-color css
<style>
span { border-color: #56017D; }
span { border-color: rgb(86,1,125); }
td.TdClassName
{
border-color: #56017D;
}
.TagClassName
{
border-color: #56017D;
}
</style>