Shades of Indigo #510470
Tints of Indigo #510470
RGB
CMYK
RGB Variations
Color information
#510470 (or 0x510470) is known color: Indigo. HEX triplet: 51, 04 and 70. RGB value is (81,4,112). Sum of RGB (Red+Green+Blue) = 81+4+112=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #510470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510470 is #AEFB8F. Grayscale: #262626. Windows color (decimal): -11467664 or 7341137. OLE color: 7341137.
HSL color Cylindrical-coordinate representation of color #510470: hue angle of 282.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510470 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 4 | 112 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.56 |
| HSL | 282.78º | 0.93% | 0.23% | - |
| HSV(B) | 282.78º | 0.96% | 0.44% | - |
| XYZ | 6.36 | 3.01 | 15.57 | - |
| YUV | 39.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 112 | 0.28 | 0.96 | 0 | 0.56 | 282.78 | 0.93 | 0.23 |
| Hex | 51 | 4 | 70 | 1C | 60 | 0 | 38 | 11B | 5D | 17 |
| Octal | 121 | 4 | 160 | 34 | 140 | 0 | 70 | 433 | 135 | 27 |
| Binary | 1010001 | 100 | 1110000 | 11100 | 1100000 | 0 | 111000 | 100011011 | 1011101 | 10111 |
Color Harmonies of #510470
Complementary color
Monochromatic Colors of #510470
Black with #510470
Text Example
Text Example
White with #510470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510470; }
p { color: rgb(81,4,112); }
H1.HeaderClassName
{
color: #510470;
}
.AnyTagClassName
{
color: #510470;
}
</style>
background-color css
<style>
a { background-color: #510470; }
a { background-color: rgb(81,4,112); }
div.DivClassName
{
background-color: #510470;
}
.BgClassName
{
background-color: #510470;
}
</style>
border-color css
<style>
span { border-color: #510470; }
span { border-color: rgb(81,4,112); }
td.TdClassName
{
border-color: #510470;
}
.TagClassName
{
border-color: #510470;
}
</style>