Shades of Indigo #56087D
Tints of Indigo #56087D
RGB
CMYK
RGB Variations
Color information
#56087D (or 0x56087D) is known color: Indigo. HEX triplet: 56, 08 and 7D. RGB value is (86,8,125). Sum of RGB (Red+Green+Blue) = 86+8+125=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #56087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56087D is #A9F782. Grayscale: #2C2C2C. Windows color (decimal): -11138947 or 8194134. OLE color: 8194134.
HSL color Cylindrical-coordinate representation of color #56087D: hue angle of 280º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56087D is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 8 | 125 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.51 |
| HSL | 280º | 0.88% | 0.26% | - |
| HSV(B) | 280º | 0.94% | 0.49% | - |
| XYZ | 7.63 | 3.63 | 19.7 | - |
| YUV | 44.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 125 | 0.31 | 0.94 | 0 | 0.51 | 280 | 0.88 | 0.26 |
| Hex | 56 | 8 | 7D | 1F | 5E | 0 | 33 | 118 | 58 | 1A |
| Octal | 126 | 10 | 175 | 37 | 136 | 0 | 63 | 430 | 130 | 32 |
| Binary | 1010110 | 1000 | 1111101 | 11111 | 1011110 | 0 | 110011 | 100011000 | 1011000 | 11010 |
Color Harmonies of #56087D
Complementary color
Monochromatic Colors of #56087D
Black with #56087D
Text Example
Text Example
White with #56087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56087D; }
p { color: rgb(86,8,125); }
H1.HeaderClassName
{
color: #56087D;
}
.AnyTagClassName
{
color: #56087D;
}
</style>
background-color css
<style>
a { background-color: #56087D; }
a { background-color: rgb(86,8,125); }
div.DivClassName
{
background-color: #56087D;
}
.BgClassName
{
background-color: #56087D;
}
</style>
border-color css
<style>
span { border-color: #56087D; }
span { border-color: rgb(86,8,125); }
td.TdClassName
{
border-color: #56087D;
}
.TagClassName
{
border-color: #56087D;
}
</style>