Shades of Indigo #511683
Tints of Indigo #511683
RGB
CMYK
RGB Variations
Color information
#511683 (or 0x511683) is known color: Indigo. HEX triplet: 51, 16 and 83. RGB value is (81,22,131). Sum of RGB (Red+Green+Blue) = 81+22+131=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #511683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511683 is #AEE97C. Grayscale: #333333. Windows color (decimal): -11463037 or 8590929. OLE color: 8590929.
HSL color Cylindrical-coordinate representation of color #511683: hue angle of 272.48º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511683 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 22 | 131 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.49 |
| HSL | 272.48º | 0.71% | 0.3% | - |
| HSV(B) | 272.48º | 0.83% | 0.51% | - |
| XYZ | 7.78 | 3.96 | 21.83 | - |
| YUV | 52.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 131 | 0.38 | 0.83 | 0 | 0.49 | 272.48 | 0.71 | 0.3 |
| Hex | 51 | 16 | 83 | 26 | 53 | 0 | 31 | 110 | 47 | 1E |
| Octal | 121 | 26 | 203 | 46 | 123 | 0 | 61 | 420 | 107 | 36 |
| Binary | 1010001 | 10110 | 10000011 | 100110 | 1010011 | 0 | 110001 | 100010000 | 1000111 | 11110 |
Color Harmonies of #511683
Complementary color
Monochromatic Colors of #511683
Black with #511683
Text Example
Text Example
White with #511683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511683; }
p { color: rgb(81,22,131); }
H1.HeaderClassName
{
color: #511683;
}
.AnyTagClassName
{
color: #511683;
}
</style>
background-color css
<style>
a { background-color: #511683; }
a { background-color: rgb(81,22,131); }
div.DivClassName
{
background-color: #511683;
}
.BgClassName
{
background-color: #511683;
}
</style>
border-color css
<style>
span { border-color: #511683; }
span { border-color: rgb(81,22,131); }
td.TdClassName
{
border-color: #511683;
}
.TagClassName
{
border-color: #511683;
}
</style>