Shades of Indigo #56127A
Tints of Indigo #56127A
RGB
CMYK
RGB Variations
Color information
#56127A (or 0x56127A) is known color: Indigo. HEX triplet: 56, 12 and 7A. RGB value is (86,18,122). Sum of RGB (Red+Green+Blue) = 86+18+122=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #56127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56127A is #A9ED85. Grayscale: #313131. Windows color (decimal): -11136390 or 8000086. OLE color: 8000086.
HSL color Cylindrical-coordinate representation of color #56127A: hue angle of 279.23º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56127A is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 18 | 122 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.52 |
| HSL | 279.23º | 0.74% | 0.27% | - |
| HSV(B) | 279.23º | 0.85% | 0.48% | - |
| XYZ | 7.57 | 3.82 | 18.75 | - |
| YUV | 50.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 122 | 0.30 | 0.85 | 0 | 0.52 | 279.23 | 0.74 | 0.27 |
| Hex | 56 | 12 | 7A | 1E | 55 | 0 | 34 | 117 | 4A | 1B |
| Octal | 126 | 22 | 172 | 36 | 125 | 0 | 64 | 427 | 112 | 33 |
| Binary | 1010110 | 10010 | 1111010 | 11110 | 1010101 | 0 | 110100 | 100010111 | 1001010 | 11011 |
Color Harmonies of #56127A
Complementary color
Monochromatic Colors of #56127A
Black with #56127A
Text Example
Text Example
White with #56127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56127A; }
p { color: rgb(86,18,122); }
H1.HeaderClassName
{
color: #56127A;
}
.AnyTagClassName
{
color: #56127A;
}
</style>
background-color css
<style>
a { background-color: #56127A; }
a { background-color: rgb(86,18,122); }
div.DivClassName
{
background-color: #56127A;
}
.BgClassName
{
background-color: #56127A;
}
</style>
border-color css
<style>
span { border-color: #56127A; }
span { border-color: rgb(86,18,122); }
td.TdClassName
{
border-color: #56127A;
}
.TagClassName
{
border-color: #56127A;
}
</style>