Shades of Indigo #51057C
Tints of Indigo #51057C
RGB
CMYK
RGB Variations
Color information
#51057C (or 0x51057C) is known color: Indigo. HEX triplet: 51, 05 and 7C. RGB value is (81,5,124). Sum of RGB (Red+Green+Blue) = 81+5+124=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #51057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51057C is #AEFA83. Grayscale: #282828. Windows color (decimal): -11467396 or 8127825. OLE color: 8127825.
HSL color Cylindrical-coordinate representation of color #51057C: hue angle of 278.32º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51057C is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 5 | 124 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.51 |
| HSL | 278.32º | 0.92% | 0.25% | - |
| HSV(B) | 278.32º | 0.96% | 0.49% | - |
| XYZ | 7.09 | 3.31 | 19.33 | - |
| YUV | 41.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 124 | 0.35 | 0.96 | 0 | 0.51 | 278.32 | 0.92 | 0.25 |
| Hex | 51 | 5 | 7C | 23 | 60 | 0 | 33 | 116 | 5C | 19 |
| Octal | 121 | 5 | 174 | 43 | 140 | 0 | 63 | 426 | 134 | 31 |
| Binary | 1010001 | 101 | 1111100 | 100011 | 1100000 | 0 | 110011 | 100010110 | 1011100 | 11001 |
Color Harmonies of #51057C
Complementary color
Monochromatic Colors of #51057C
Black with #51057C
Text Example
Text Example
White with #51057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51057C; }
p { color: rgb(81,5,124); }
H1.HeaderClassName
{
color: #51057C;
}
.AnyTagClassName
{
color: #51057C;
}
</style>
background-color css
<style>
a { background-color: #51057C; }
a { background-color: rgb(81,5,124); }
div.DivClassName
{
background-color: #51057C;
}
.BgClassName
{
background-color: #51057C;
}
</style>
border-color css
<style>
span { border-color: #51057C; }
span { border-color: rgb(81,5,124); }
td.TdClassName
{
border-color: #51057C;
}
.TagClassName
{
border-color: #51057C;
}
</style>