Shades of Indigo #561380
Tints of Indigo #561380
RGB
CMYK
RGB Variations
Color information
#561380 (or 0x561380) is known color: Indigo. HEX triplet: 56, 13 and 80. RGB value is (86,19,128). Sum of RGB (Red+Green+Blue) = 86+19+128=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #561380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561380 is #A9EC7F. Grayscale: #333333. Windows color (decimal): -11136128 or 8393558. OLE color: 8393558.
HSL color Cylindrical-coordinate representation of color #561380: hue angle of 276.88º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561380 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 19 | 128 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.50 |
| HSL | 276.88º | 0.74% | 0.29% | - |
| HSV(B) | 276.88º | 0.85% | 0.5% | - |
| XYZ | 7.97 | 4 | 20.77 | - |
| YUV | 51.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 128 | 0.33 | 0.85 | 0 | 0.50 | 276.88 | 0.74 | 0.29 |
| Hex | 56 | 13 | 80 | 21 | 55 | 0 | 32 | 115 | 4A | 1D |
| Octal | 126 | 23 | 200 | 41 | 125 | 0 | 62 | 425 | 112 | 35 |
| Binary | 1010110 | 10011 | 10000000 | 100001 | 1010101 | 0 | 110010 | 100010101 | 1001010 | 11101 |
Color Harmonies of #561380
Complementary color
Monochromatic Colors of #561380
Black with #561380
Text Example
Text Example
White with #561380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561380; }
p { color: rgb(86,19,128); }
H1.HeaderClassName
{
color: #561380;
}
.AnyTagClassName
{
color: #561380;
}
</style>
background-color css
<style>
a { background-color: #561380; }
a { background-color: rgb(86,19,128); }
div.DivClassName
{
background-color: #561380;
}
.BgClassName
{
background-color: #561380;
}
</style>
border-color css
<style>
span { border-color: #561380; }
span { border-color: rgb(86,19,128); }
td.TdClassName
{
border-color: #561380;
}
.TagClassName
{
border-color: #561380;
}
</style>