Shades of Indigo #56037F
Tints of Indigo #56037F
RGB
CMYK
RGB Variations
Color information
#56037F (or 0x56037F) is known color: Indigo. HEX triplet: 56, 03 and 7F. RGB value is (86,3,127). Sum of RGB (Red+Green+Blue) = 86+3+127=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #56037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56037F is #A9FC80. Grayscale: #292929. Windows color (decimal): -11140225 or 8323926. OLE color: 8323926.
HSL color Cylindrical-coordinate representation of color #56037F: hue angle of 280.16º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56037F is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 3 | 127 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.50 |
| HSL | 280.16º | 0.95% | 0.25% | - |
| HSV(B) | 280.16º | 0.98% | 0.5% | - |
| XYZ | 7.7 | 3.58 | 20.36 | - |
| YUV | 41.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 127 | 0.32 | 0.98 | 0 | 0.50 | 280.16 | 0.95 | 0.25 |
| Hex | 56 | 3 | 7F | 20 | 62 | 0 | 32 | 118 | 5F | 19 |
| Octal | 126 | 3 | 177 | 40 | 142 | 0 | 62 | 430 | 137 | 31 |
| Binary | 1010110 | 11 | 1111111 | 100000 | 1100010 | 0 | 110010 | 100011000 | 1011111 | 11001 |
Color Harmonies of #56037F
Complementary color
Monochromatic Colors of #56037F
Black with #56037F
Text Example
Text Example
White with #56037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56037F; }
p { color: rgb(86,3,127); }
H1.HeaderClassName
{
color: #56037F;
}
.AnyTagClassName
{
color: #56037F;
}
</style>
background-color css
<style>
a { background-color: #56037F; }
a { background-color: rgb(86,3,127); }
div.DivClassName
{
background-color: #56037F;
}
.BgClassName
{
background-color: #56037F;
}
</style>
border-color css
<style>
span { border-color: #56037F; }
span { border-color: rgb(86,3,127); }
td.TdClassName
{
border-color: #56037F;
}
.TagClassName
{
border-color: #56037F;
}
</style>