Shades of Indigo #561484
Tints of Indigo #561484
RGB
CMYK
RGB Variations
Color information
#561484 (or 0x561484) is known color: Indigo. HEX triplet: 56, 14 and 84. RGB value is (86,20,132). Sum of RGB (Red+Green+Blue) = 86+20+132=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #561484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561484 is #A9EB7B. Grayscale: #343434. Windows color (decimal): -11135868 or 8655958. OLE color: 8655958.
HSL color Cylindrical-coordinate representation of color #561484: hue angle of 275.36º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561484 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 20 | 132 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.48 |
| HSL | 275.36º | 0.74% | 0.3% | - |
| HSV(B) | 275.36º | 0.85% | 0.52% | - |
| XYZ | 8.25 | 4.14 | 22.19 | - |
| YUV | 52.5 | 172.87 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 132 | 0.35 | 0.85 | 0 | 0.48 | 275.36 | 0.74 | 0.3 |
| Hex | 56 | 14 | 84 | 23 | 55 | 0 | 30 | 113 | 4A | 1E |
| Octal | 126 | 24 | 204 | 43 | 125 | 0 | 60 | 423 | 112 | 36 |
| Binary | 1010110 | 10100 | 10000100 | 100011 | 1010101 | 0 | 110000 | 100010011 | 1001010 | 11110 |
Color Harmonies of #561484
Complementary color
Monochromatic Colors of #561484
Black with #561484
Text Example
Text Example
White with #561484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561484; }
p { color: rgb(86,20,132); }
H1.HeaderClassName
{
color: #561484;
}
.AnyTagClassName
{
color: #561484;
}
</style>
background-color css
<style>
a { background-color: #561484; }
a { background-color: rgb(86,20,132); }
div.DivClassName
{
background-color: #561484;
}
.BgClassName
{
background-color: #561484;
}
</style>
border-color css
<style>
span { border-color: #561484; }
span { border-color: rgb(86,20,132); }
td.TdClassName
{
border-color: #561484;
}
.TagClassName
{
border-color: #561484;
}
</style>