Shades of Indigo #561683
Tints of Indigo #561683
RGB
CMYK
RGB Variations
Color information
#561683 (or 0x561683) is known color: Indigo. HEX triplet: 56, 16 and 83. RGB value is (86,22,131). Sum of RGB (Red+Green+Blue) = 86+22+131=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #561683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561683 is #A9E97C. Grayscale: #353535. Windows color (decimal): -11135357 or 8590934. OLE color: 8590934.
HSL color Cylindrical-coordinate representation of color #561683: hue angle of 275.23º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561683 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 22 | 131 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.49 |
| HSL | 275.23º | 0.71% | 0.3% | - |
| HSV(B) | 275.23º | 0.83% | 0.51% | - |
| XYZ | 8.22 | 4.19 | 21.85 | - |
| YUV | 53.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 131 | 0.34 | 0.83 | 0 | 0.49 | 275.23 | 0.71 | 0.3 |
| Hex | 56 | 16 | 83 | 22 | 53 | 0 | 31 | 113 | 47 | 1E |
| Octal | 126 | 26 | 203 | 42 | 123 | 0 | 61 | 423 | 107 | 36 |
| Binary | 1010110 | 10110 | 10000011 | 100010 | 1010011 | 0 | 110001 | 100010011 | 1000111 | 11110 |
Color Harmonies of #561683
Complementary color
Monochromatic Colors of #561683
Black with #561683
Text Example
Text Example
White with #561683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561683; }
p { color: rgb(86,22,131); }
H1.HeaderClassName
{
color: #561683;
}
.AnyTagClassName
{
color: #561683;
}
</style>
background-color css
<style>
a { background-color: #561683; }
a { background-color: rgb(86,22,131); }
div.DivClassName
{
background-color: #561683;
}
.BgClassName
{
background-color: #561683;
}
</style>
border-color css
<style>
span { border-color: #561683; }
span { border-color: rgb(86,22,131); }
td.TdClassName
{
border-color: #561683;
}
.TagClassName
{
border-color: #561683;
}
</style>