Shades of Indigo #51056C
Tints of Indigo #51056C
RGB
CMYK
RGB Variations
Color information
#51056C (or 0x51056C) is known color: Indigo. HEX triplet: 51, 05 and 6C. RGB value is (81,5,108). Sum of RGB (Red+Green+Blue) = 81+5+108=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #51056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51056C is #AEFA93. Grayscale: #272727. Windows color (decimal): -11467412 or 7079249. OLE color: 7079249.
HSL color Cylindrical-coordinate representation of color #51056C: hue angle of 284.27º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51056C is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 5 | 108 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.58 |
| HSL | 284.27º | 0.91% | 0.22% | - |
| HSV(B) | 284.27º | 0.95% | 0.42% | - |
| XYZ | 6.15 | 2.94 | 14.43 | - |
| YUV | 39.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 108 | 0.25 | 0.95 | 0 | 0.58 | 284.27 | 0.91 | 0.22 |
| Hex | 51 | 5 | 6C | 19 | 5F | 0 | 3A | 11C | 5B | 16 |
| Octal | 121 | 5 | 154 | 31 | 137 | 0 | 72 | 434 | 133 | 26 |
| Binary | 1010001 | 101 | 1101100 | 11001 | 1011111 | 0 | 111010 | 100011100 | 1011011 | 10110 |
Color Harmonies of #51056C
Complementary color
Monochromatic Colors of #51056C
Black with #51056C
Text Example
Text Example
White with #51056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51056C; }
p { color: rgb(81,5,108); }
H1.HeaderClassName
{
color: #51056C;
}
.AnyTagClassName
{
color: #51056C;
}
</style>
background-color css
<style>
a { background-color: #51056C; }
a { background-color: rgb(81,5,108); }
div.DivClassName
{
background-color: #51056C;
}
.BgClassName
{
background-color: #51056C;
}
</style>
border-color css
<style>
span { border-color: #51056C; }
span { border-color: rgb(81,5,108); }
td.TdClassName
{
border-color: #51056C;
}
.TagClassName
{
border-color: #51056C;
}
</style>