Shades of Indigo #56199B
Tints of Indigo #56199B
RGB
CMYK
RGB Variations
Color information
#56199B (or 0x56199B) is known color: Indigo. HEX triplet: 56, 19 and 9B. RGB value is (86,25,155). Sum of RGB (Red+Green+Blue) = 86+25+155=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #56199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56199B is #A9E664. Grayscale: #393939. Windows color (decimal): -11134565 or 10164566. OLE color: 10164566.
HSL color Cylindrical-coordinate representation of color #56199B: hue angle of 268.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56199B is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 25 | 155 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.39 |
| HSL | 268.15º | 0.72% | 0.35% | - |
| HSV(B) | 268.15º | 0.84% | 0.61% | - |
| XYZ | 10.1 | 5.04 | 31.45 | - |
| YUV | 58.06 | 182.71 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 155 | 0.45 | 0.84 | 0 | 0.39 | 268.15 | 0.72 | 0.35 |
| Hex | 56 | 19 | 9B | 2D | 54 | 0 | 27 | 10C | 48 | 23 |
| Octal | 126 | 31 | 233 | 55 | 124 | 0 | 47 | 414 | 110 | 43 |
| Binary | 1010110 | 11001 | 10011011 | 101101 | 1010100 | 0 | 100111 | 100001100 | 1001000 | 100011 |
Color Harmonies of #56199B
Complementary color
Monochromatic Colors of #56199B
Black with #56199B
Text Example
Text Example
White with #56199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56199B; }
p { color: rgb(86,25,155); }
H1.HeaderClassName
{
color: #56199B;
}
.AnyTagClassName
{
color: #56199B;
}
</style>
background-color css
<style>
a { background-color: #56199B; }
a { background-color: rgb(86,25,155); }
div.DivClassName
{
background-color: #56199B;
}
.BgClassName
{
background-color: #56199B;
}
</style>
border-color css
<style>
span { border-color: #56199B; }
span { border-color: rgb(86,25,155); }
td.TdClassName
{
border-color: #56199B;
}
.TagClassName
{
border-color: #56199B;
}
</style>