Shades of Indigo #510970
Tints of Indigo #510970
RGB
CMYK
RGB Variations
Color information
#510970 (or 0x510970) is known color: Indigo. HEX triplet: 51, 09 and 70. RGB value is (81,9,112). Sum of RGB (Red+Green+Blue) = 81+9+112=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #510970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510970 is #AEF68F. Grayscale: #292929. Windows color (decimal): -11466384 or 7342417. OLE color: 7342417.
HSL color Cylindrical-coordinate representation of color #510970: hue angle of 281.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510970 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 9 | 112 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.56 |
| HSL | 281.94º | 0.85% | 0.24% | - |
| HSV(B) | 281.94º | 0.92% | 0.44% | - |
| XYZ | 6.42 | 3.11 | 15.59 | - |
| YUV | 42.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 112 | 0.28 | 0.92 | 0 | 0.56 | 281.94 | 0.85 | 0.24 |
| Hex | 51 | 9 | 70 | 1C | 5C | 0 | 38 | 11A | 55 | 18 |
| Octal | 121 | 11 | 160 | 34 | 134 | 0 | 70 | 432 | 125 | 30 |
| Binary | 1010001 | 1001 | 1110000 | 11100 | 1011100 | 0 | 111000 | 100011010 | 1010101 | 11000 |
Color Harmonies of #510970
Complementary color
Monochromatic Colors of #510970
Black with #510970
Text Example
Text Example
White with #510970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510970; }
p { color: rgb(81,9,112); }
H1.HeaderClassName
{
color: #510970;
}
.AnyTagClassName
{
color: #510970;
}
</style>
background-color css
<style>
a { background-color: #510970; }
a { background-color: rgb(81,9,112); }
div.DivClassName
{
background-color: #510970;
}
.BgClassName
{
background-color: #510970;
}
</style>
border-color css
<style>
span { border-color: #510970; }
span { border-color: rgb(81,9,112); }
td.TdClassName
{
border-color: #510970;
}
.TagClassName
{
border-color: #510970;
}
</style>