Shades of Indigo #560394
Tints of Indigo #560394
RGB
CMYK
RGB Variations
Color information
#560394 (or 0x560394) is known color: Indigo. HEX triplet: 56, 03 and 94. RGB value is (86,3,148). Sum of RGB (Red+Green+Blue) = 86+3+148=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #560394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560394 is #A9FC6B. Grayscale: #2B2B2B. Windows color (decimal): -11140204 or 9700182. OLE color: 9700182.
HSL color Cylindrical-coordinate representation of color #560394: hue angle of 274.34º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560394 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 3 | 148 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.42 |
| HSL | 274.34º | 0.96% | 0.3% | - |
| HSV(B) | 274.34º | 0.98% | 0.58% | - |
| XYZ | 9.22 | 4.18 | 28.34 | - |
| YUV | 44.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 148 | 0.42 | 0.98 | 0 | 0.42 | 274.34 | 0.96 | 0.3 |
| Hex | 56 | 3 | 94 | 2A | 62 | 0 | 2A | 112 | 60 | 1E |
| Octal | 126 | 3 | 224 | 52 | 142 | 0 | 52 | 422 | 140 | 36 |
| Binary | 1010110 | 11 | 10010100 | 101010 | 1100010 | 0 | 101010 | 100010010 | 1100000 | 11110 |
Color Harmonies of #560394
Complementary color
Monochromatic Colors of #560394
Black with #560394
Text Example
Text Example
White with #560394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560394; }
p { color: rgb(86,3,148); }
H1.HeaderClassName
{
color: #560394;
}
.AnyTagClassName
{
color: #560394;
}
</style>
background-color css
<style>
a { background-color: #560394; }
a { background-color: rgb(86,3,148); }
div.DivClassName
{
background-color: #560394;
}
.BgClassName
{
background-color: #560394;
}
</style>
border-color css
<style>
span { border-color: #560394; }
span { border-color: rgb(86,3,148); }
td.TdClassName
{
border-color: #560394;
}
.TagClassName
{
border-color: #560394;
}
</style>