Shades of Indigo #56047B
Tints of Indigo #56047B
RGB
CMYK
RGB Variations
Color information
#56047B (or 0x56047B) is known color: Indigo. HEX triplet: 56, 04 and 7B. RGB value is (86,4,123). Sum of RGB (Red+Green+Blue) = 86+4+123=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #56047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56047B is #A9FB84. Grayscale: #292929. Windows color (decimal): -11139973 or 8062038. OLE color: 8062038.
HSL color Cylindrical-coordinate representation of color #56047B: hue angle of 281.34º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56047B is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 4 | 123 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.52 |
| HSL | 281.34º | 0.94% | 0.25% | - |
| HSV(B) | 281.34º | 0.97% | 0.48% | - |
| XYZ | 7.46 | 3.5 | 19.02 | - |
| YUV | 42.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 123 | 0.30 | 0.97 | 0 | 0.52 | 281.34 | 0.94 | 0.25 |
| Hex | 56 | 4 | 7B | 1E | 61 | 0 | 34 | 119 | 5E | 19 |
| Octal | 126 | 4 | 173 | 36 | 141 | 0 | 64 | 431 | 136 | 31 |
| Binary | 1010110 | 100 | 1111011 | 11110 | 1100001 | 0 | 110100 | 100011001 | 1011110 | 11001 |
Color Harmonies of #56047B
Complementary color
Monochromatic Colors of #56047B
Black with #56047B
Text Example
Text Example
White with #56047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56047B; }
p { color: rgb(86,4,123); }
H1.HeaderClassName
{
color: #56047B;
}
.AnyTagClassName
{
color: #56047B;
}
</style>
background-color css
<style>
a { background-color: #56047B; }
a { background-color: rgb(86,4,123); }
div.DivClassName
{
background-color: #56047B;
}
.BgClassName
{
background-color: #56047B;
}
</style>
border-color css
<style>
span { border-color: #56047B; }
span { border-color: rgb(86,4,123); }
td.TdClassName
{
border-color: #56047B;
}
.TagClassName
{
border-color: #56047B;
}
</style>