Shades of Indigo #560374
Tints of Indigo #560374
RGB
CMYK
RGB Variations
Color information
#560374 (or 0x560374) is known color: Indigo. HEX triplet: 56, 03 and 74. RGB value is (86,3,116). Sum of RGB (Red+Green+Blue) = 86+3+116=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #560374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560374 is #A9FC8B. Grayscale: #282828. Windows color (decimal): -11140236 or 7603030. OLE color: 7603030.
HSL color Cylindrical-coordinate representation of color #560374: hue angle of 284.07º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560374 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 3 | 116 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.55 |
| HSL | 284.07º | 0.95% | 0.23% | - |
| HSV(B) | 284.07º | 0.97% | 0.45% | - |
| XYZ | 7.02 | 3.3 | 16.79 | - |
| YUV | 40.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 116 | 0.26 | 0.97 | 0 | 0.55 | 284.07 | 0.95 | 0.23 |
| Hex | 56 | 3 | 74 | 1A | 61 | 0 | 37 | 11C | 5F | 17 |
| Octal | 126 | 3 | 164 | 32 | 141 | 0 | 67 | 434 | 137 | 27 |
| Binary | 1010110 | 11 | 1110100 | 11010 | 1100001 | 0 | 110111 | 100011100 | 1011111 | 10111 |
Color Harmonies of #560374
Complementary color
Monochromatic Colors of #560374
Black with #560374
Text Example
Text Example
White with #560374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560374; }
p { color: rgb(86,3,116); }
H1.HeaderClassName
{
color: #560374;
}
.AnyTagClassName
{
color: #560374;
}
</style>
background-color css
<style>
a { background-color: #560374; }
a { background-color: rgb(86,3,116); }
div.DivClassName
{
background-color: #560374;
}
.BgClassName
{
background-color: #560374;
}
</style>
border-color css
<style>
span { border-color: #560374; }
span { border-color: rgb(86,3,116); }
td.TdClassName
{
border-color: #560374;
}
.TagClassName
{
border-color: #560374;
}
</style>