Shades of Indigo #51066C
Tints of Indigo #51066C
RGB
CMYK
RGB Variations
Color information
#51066C (or 0x51066C) is known color: Indigo. HEX triplet: 51, 06 and 6C. RGB value is (81,6,108). Sum of RGB (Red+Green+Blue) = 81+6+108=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #51066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51066C is #AEF993. Grayscale: #272727. Windows color (decimal): -11467156 or 7079505. OLE color: 7079505.
HSL color Cylindrical-coordinate representation of color #51066C: hue angle of 284.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51066C is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 6 | 108 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.58 |
| HSL | 284.12º | 0.89% | 0.22% | - |
| HSV(B) | 284.12º | 0.94% | 0.42% | - |
| XYZ | 6.17 | 2.96 | 14.43 | - |
| YUV | 40.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 108 | 0.25 | 0.94 | 0 | 0.58 | 284.12 | 0.89 | 0.22 |
| Hex | 51 | 6 | 6C | 19 | 5E | 0 | 3A | 11C | 59 | 16 |
| Octal | 121 | 6 | 154 | 31 | 136 | 0 | 72 | 434 | 131 | 26 |
| Binary | 1010001 | 110 | 1101100 | 11001 | 1011110 | 0 | 111010 | 100011100 | 1011001 | 10110 |
Color Harmonies of #51066C
Complementary color
Monochromatic Colors of #51066C
Black with #51066C
Text Example
Text Example
White with #51066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51066C; }
p { color: rgb(81,6,108); }
H1.HeaderClassName
{
color: #51066C;
}
.AnyTagClassName
{
color: #51066C;
}
</style>
background-color css
<style>
a { background-color: #51066C; }
a { background-color: rgb(81,6,108); }
div.DivClassName
{
background-color: #51066C;
}
.BgClassName
{
background-color: #51066C;
}
</style>
border-color css
<style>
span { border-color: #51066C; }
span { border-color: rgb(81,6,108); }
td.TdClassName
{
border-color: #51066C;
}
.TagClassName
{
border-color: #51066C;
}
</style>