Shades of Indigo #511485
Tints of Indigo #511485
RGB
CMYK
RGB Variations
Color information
#511485 (or 0x511485) is known color: Indigo. HEX triplet: 51, 14 and 85. RGB value is (81,20,133). Sum of RGB (Red+Green+Blue) = 81+20+133=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #511485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511485 is #AEEB7A. Grayscale: #323232. Windows color (decimal): -11463547 or 8721489. OLE color: 8721489.
HSL color Cylindrical-coordinate representation of color #511485: hue angle of 272.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511485 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 20 | 133 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.48 |
| HSL | 272.39º | 0.74% | 0.3% | - |
| HSV(B) | 272.39º | 0.85% | 0.52% | - |
| XYZ | 7.88 | 3.94 | 22.54 | - |
| YUV | 51.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 133 | 0.39 | 0.85 | 0 | 0.48 | 272.39 | 0.74 | 0.3 |
| Hex | 51 | 14 | 85 | 27 | 55 | 0 | 30 | 110 | 4A | 1E |
| Octal | 121 | 24 | 205 | 47 | 125 | 0 | 60 | 420 | 112 | 36 |
| Binary | 1010001 | 10100 | 10000101 | 100111 | 1010101 | 0 | 110000 | 100010000 | 1001010 | 11110 |
Color Harmonies of #511485
Complementary color
Monochromatic Colors of #511485
Black with #511485
Text Example
Text Example
White with #511485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511485; }
p { color: rgb(81,20,133); }
H1.HeaderClassName
{
color: #511485;
}
.AnyTagClassName
{
color: #511485;
}
</style>
background-color css
<style>
a { background-color: #511485; }
a { background-color: rgb(81,20,133); }
div.DivClassName
{
background-color: #511485;
}
.BgClassName
{
background-color: #511485;
}
</style>
border-color css
<style>
span { border-color: #511485; }
span { border-color: rgb(81,20,133); }
td.TdClassName
{
border-color: #511485;
}
.TagClassName
{
border-color: #511485;
}
</style>