Shades of Indigo #56069D
Tints of Indigo #56069D
RGB
CMYK
RGB Variations
Color information
#56069D (or 0x56069D) is known color: Indigo. HEX triplet: 56, 06 and 9D. RGB value is (86,6,157). Sum of RGB (Red+Green+Blue) = 86+6+157=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #56069D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56069D is #A9F962. Grayscale: #2E2E2E. Windows color (decimal): -11139427 or 10290774. OLE color: 10290774.
HSL color Cylindrical-coordinate representation of color #56069D: hue angle of 271.79º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56069D is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 6 | 157 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.38 |
| HSL | 271.79º | 0.93% | 0.32% | - |
| HSV(B) | 271.79º | 0.96% | 0.62% | - |
| XYZ | 9.99 | 4.54 | 32.25 | - |
| YUV | 47.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 157 | 0.45 | 0.96 | 0 | 0.38 | 271.79 | 0.93 | 0.32 |
| Hex | 56 | 6 | 9D | 2D | 60 | 0 | 26 | 110 | 5D | 20 |
| Octal | 126 | 6 | 235 | 55 | 140 | 0 | 46 | 420 | 135 | 40 |
| Binary | 1010110 | 110 | 10011101 | 101101 | 1100000 | 0 | 100110 | 100010000 | 1011101 | 100000 |
Color Harmonies of #56069D
Complementary color
Monochromatic Colors of #56069D
Black with #56069D
Text Example
Text Example
White with #56069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56069D; }
p { color: rgb(86,6,157); }
H1.HeaderClassName
{
color: #56069D;
}
.AnyTagClassName
{
color: #56069D;
}
</style>
background-color css
<style>
a { background-color: #56069D; }
a { background-color: rgb(86,6,157); }
div.DivClassName
{
background-color: #56069D;
}
.BgClassName
{
background-color: #56069D;
}
</style>
border-color css
<style>
span { border-color: #56069D; }
span { border-color: rgb(86,6,157); }
td.TdClassName
{
border-color: #56069D;
}
.TagClassName
{
border-color: #56069D;
}
</style>