Shades of Indigo #560095
Tints of Indigo #560095
RGB
CMYK
RGB Variations
Color information
#560095 (or 0x560095) is known color: Indigo. HEX triplet: 56, 00 and 95. RGB value is (86,0,149). Sum of RGB (Red+Green+Blue) = 86+0+149=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #560095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560095 is #A9FF6A. Grayscale: #2A2A2A. Windows color (decimal): -11140971 or 9764950. OLE color: 9764950.
HSL color Cylindrical-coordinate representation of color #560095: hue angle of 274.63º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560095 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 0 | 149 | - |
| CMYK | 0.42 | 1 | 0 | 0.42 |
| HSL | 274.63º | 1% | 0.29% | - |
| HSV(B) | 274.63º | 1% | 0.58% | - |
| XYZ | 9.26 | 4.15 | 28.75 | - |
| YUV | 42.7 | 187.99 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 149 | 0.42 | 1 | 0 | 0.42 | 274.63 | 1 | 0.29 |
| Hex | 56 | 0 | 95 | 2A | 64 | 0 | 2A | 113 | 64 | 1D |
| Octal | 126 | 0 | 225 | 52 | 144 | 0 | 52 | 423 | 144 | 35 |
| Binary | 1010110 | 0 | 10010101 | 101010 | 1100100 | 0 | 101010 | 100010011 | 1100100 | 11101 |
Color Harmonies of #560095
Complementary color
Monochromatic Colors of #560095
Black with #560095
Text Example
Text Example
White with #560095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560095; }
p { color: rgb(86,0,149); }
H1.HeaderClassName
{
color: #560095;
}
.AnyTagClassName
{
color: #560095;
}
</style>
background-color css
<style>
a { background-color: #560095; }
a { background-color: rgb(86,0,149); }
div.DivClassName
{
background-color: #560095;
}
.BgClassName
{
background-color: #560095;
}
</style>
border-color css
<style>
span { border-color: #560095; }
span { border-color: rgb(86,0,149); }
td.TdClassName
{
border-color: #560095;
}
.TagClassName
{
border-color: #560095;
}
</style>