Shades of Indigo #51047A
Tints of Indigo #51047A
RGB
CMYK
RGB Variations
Color information
#51047A (or 0x51047A) is known color: Indigo. HEX triplet: 51, 04 and 7A. RGB value is (81,4,122). Sum of RGB (Red+Green+Blue) = 81+4+122=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #51047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51047A is #AEFB85. Grayscale: #282828. Windows color (decimal): -11467654 or 7996497. OLE color: 7996497.
HSL color Cylindrical-coordinate representation of color #51047A: hue angle of 279.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51047A is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 4 | 122 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.52 |
| HSL | 279.15º | 0.94% | 0.25% | - |
| HSV(B) | 279.15º | 0.97% | 0.48% | - |
| XYZ | 6.95 | 3.24 | 18.67 | - |
| YUV | 40.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 122 | 0.34 | 0.97 | 0 | 0.52 | 279.15 | 0.94 | 0.25 |
| Hex | 51 | 4 | 7A | 22 | 61 | 0 | 34 | 117 | 5E | 19 |
| Octal | 121 | 4 | 172 | 42 | 141 | 0 | 64 | 427 | 136 | 31 |
| Binary | 1010001 | 100 | 1111010 | 100010 | 1100001 | 0 | 110100 | 100010111 | 1011110 | 11001 |
Color Harmonies of #51047A
Complementary color
Monochromatic Colors of #51047A
Black with #51047A
Text Example
Text Example
White with #51047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51047A; }
p { color: rgb(81,4,122); }
H1.HeaderClassName
{
color: #51047A;
}
.AnyTagClassName
{
color: #51047A;
}
</style>
background-color css
<style>
a { background-color: #51047A; }
a { background-color: rgb(81,4,122); }
div.DivClassName
{
background-color: #51047A;
}
.BgClassName
{
background-color: #51047A;
}
</style>
border-color css
<style>
span { border-color: #51047A; }
span { border-color: rgb(81,4,122); }
td.TdClassName
{
border-color: #51047A;
}
.TagClassName
{
border-color: #51047A;
}
</style>