Shades of Indigo #560894
Tints of Indigo #560894
RGB
CMYK
RGB Variations
Color information
#560894 (or 0x560894) is known color: Indigo. HEX triplet: 56, 08 and 94. RGB value is (86,8,148). Sum of RGB (Red+Green+Blue) = 86+8+148=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #560894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560894 is #A9F76B. Grayscale: #2E2E2E. Windows color (decimal): -11138924 or 9701462. OLE color: 9701462.
HSL color Cylindrical-coordinate representation of color #560894: hue angle of 273.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560894 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 8 | 148 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.42 |
| HSL | 273.43º | 0.9% | 0.31% | - |
| HSV(B) | 273.43º | 0.95% | 0.58% | - |
| XYZ | 9.27 | 4.29 | 28.36 | - |
| YUV | 47.28 | 184.84 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 148 | 0.42 | 0.95 | 0 | 0.42 | 273.43 | 0.9 | 0.31 |
| Hex | 56 | 8 | 94 | 2A | 5F | 0 | 2A | 111 | 5A | 1F |
| Octal | 126 | 10 | 224 | 52 | 137 | 0 | 52 | 421 | 132 | 37 |
| Binary | 1010110 | 1000 | 10010100 | 101010 | 1011111 | 0 | 101010 | 100010001 | 1011010 | 11111 |
Color Harmonies of #560894
Complementary color
Monochromatic Colors of #560894
Black with #560894
Text Example
Text Example
White with #560894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560894; }
p { color: rgb(86,8,148); }
H1.HeaderClassName
{
color: #560894;
}
.AnyTagClassName
{
color: #560894;
}
</style>
background-color css
<style>
a { background-color: #560894; }
a { background-color: rgb(86,8,148); }
div.DivClassName
{
background-color: #560894;
}
.BgClassName
{
background-color: #560894;
}
</style>
border-color css
<style>
span { border-color: #560894; }
span { border-color: rgb(86,8,148); }
td.TdClassName
{
border-color: #560894;
}
.TagClassName
{
border-color: #560894;
}
</style>