Shades of Indigo #560194
Tints of Indigo #560194
RGB
CMYK
RGB Variations
Color information
#560194 (or 0x560194) is known color: Indigo. HEX triplet: 56, 01 and 94. RGB value is (86,1,148). Sum of RGB (Red+Green+Blue) = 86+1+148=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #560194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560194 is #A9FE6B. Grayscale: #2A2A2A. Windows color (decimal): -11140716 or 9699670. OLE color: 9699670.
HSL color Cylindrical-coordinate representation of color #560194: hue angle of 274.69º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560194 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 1 | 148 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.42 |
| HSL | 274.69º | 0.99% | 0.29% | - |
| HSV(B) | 274.69º | 0.99% | 0.58% | - |
| XYZ | 9.19 | 4.14 | 28.33 | - |
| YUV | 43.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 148 | 0.42 | 0.99 | 0 | 0.42 | 274.69 | 0.99 | 0.29 |
| Hex | 56 | 1 | 94 | 2A | 63 | 0 | 2A | 113 | 63 | 1D |
| Octal | 126 | 1 | 224 | 52 | 143 | 0 | 52 | 423 | 143 | 35 |
| Binary | 1010110 | 1 | 10010100 | 101010 | 1100011 | 0 | 101010 | 100010011 | 1100011 | 11101 |
Color Harmonies of #560194
Complementary color
Monochromatic Colors of #560194
Black with #560194
Text Example
Text Example
White with #560194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560194; }
p { color: rgb(86,1,148); }
H1.HeaderClassName
{
color: #560194;
}
.AnyTagClassName
{
color: #560194;
}
</style>
background-color css
<style>
a { background-color: #560194; }
a { background-color: rgb(86,1,148); }
div.DivClassName
{
background-color: #560194;
}
.BgClassName
{
background-color: #560194;
}
</style>
border-color css
<style>
span { border-color: #560194; }
span { border-color: rgb(86,1,148); }
td.TdClassName
{
border-color: #560194;
}
.TagClassName
{
border-color: #560194;
}
</style>