Shades of Indigo #56099B
Tints of Indigo #56099B
RGB
CMYK
RGB Variations
Color information
#56099B (or 0x56099B) is known color: Indigo. HEX triplet: 56, 09 and 9B. RGB value is (86,9,155). Sum of RGB (Red+Green+Blue) = 86+9+155=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #56099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56099B is #A9F664. Grayscale: #303030. Windows color (decimal): -11138661 or 10160470. OLE color: 10160470.
HSL color Cylindrical-coordinate representation of color #56099B: hue angle of 271.64º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56099B is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 9 | 155 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.39 |
| HSL | 271.64º | 0.89% | 0.32% | - |
| HSV(B) | 271.64º | 0.94% | 0.61% | - |
| XYZ | 9.85 | 4.54 | 31.37 | - |
| YUV | 48.67 | 188.01 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 155 | 0.45 | 0.94 | 0 | 0.39 | 271.64 | 0.89 | 0.32 |
| Hex | 56 | 9 | 9B | 2D | 5E | 0 | 27 | 110 | 59 | 20 |
| Octal | 126 | 11 | 233 | 55 | 136 | 0 | 47 | 420 | 131 | 40 |
| Binary | 1010110 | 1001 | 10011011 | 101101 | 1011110 | 0 | 100111 | 100010000 | 1011001 | 100000 |
Color Harmonies of #56099B
Complementary color
Monochromatic Colors of #56099B
Black with #56099B
Text Example
Text Example
White with #56099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56099B; }
p { color: rgb(86,9,155); }
H1.HeaderClassName
{
color: #56099B;
}
.AnyTagClassName
{
color: #56099B;
}
</style>
background-color css
<style>
a { background-color: #56099B; }
a { background-color: rgb(86,9,155); }
div.DivClassName
{
background-color: #56099B;
}
.BgClassName
{
background-color: #56099B;
}
</style>
border-color css
<style>
span { border-color: #56099B; }
span { border-color: rgb(86,9,155); }
td.TdClassName
{
border-color: #56099B;
}
.TagClassName
{
border-color: #56099B;
}
</style>