Shades of Indigo #511583
Tints of Indigo #511583
RGB
CMYK
RGB Variations
Color information
#511583 (or 0x511583) is known color: Indigo. HEX triplet: 51, 15 and 83. RGB value is (81,21,131). Sum of RGB (Red+Green+Blue) = 81+21+131=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #511583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511583 is #AEEA7C. Grayscale: #333333. Windows color (decimal): -11463293 or 8590673. OLE color: 8590673.
HSL color Cylindrical-coordinate representation of color #511583: hue angle of 272.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511583 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 21 | 131 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.49 |
| HSL | 272.73º | 0.72% | 0.3% | - |
| HSV(B) | 272.73º | 0.84% | 0.51% | - |
| XYZ | 7.76 | 3.92 | 21.82 | - |
| YUV | 51.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 131 | 0.38 | 0.84 | 0 | 0.49 | 272.73 | 0.72 | 0.3 |
| Hex | 51 | 15 | 83 | 26 | 54 | 0 | 31 | 111 | 48 | 1E |
| Octal | 121 | 25 | 203 | 46 | 124 | 0 | 61 | 421 | 110 | 36 |
| Binary | 1010001 | 10101 | 10000011 | 100110 | 1010100 | 0 | 110001 | 100010001 | 1001000 | 11110 |
Color Harmonies of #511583
Complementary color
Monochromatic Colors of #511583
Black with #511583
Text Example
Text Example
White with #511583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511583; }
p { color: rgb(81,21,131); }
H1.HeaderClassName
{
color: #511583;
}
.AnyTagClassName
{
color: #511583;
}
</style>
background-color css
<style>
a { background-color: #511583; }
a { background-color: rgb(81,21,131); }
div.DivClassName
{
background-color: #511583;
}
.BgClassName
{
background-color: #511583;
}
</style>
border-color css
<style>
span { border-color: #511583; }
span { border-color: rgb(81,21,131); }
td.TdClassName
{
border-color: #511583;
}
.TagClassName
{
border-color: #511583;
}
</style>