Shades of Indigo #510570
Tints of Indigo #510570
RGB
CMYK
RGB Variations
Color information
#510570 (or 0x510570) is known color: Indigo. HEX triplet: 51, 05 and 70. RGB value is (81,5,112). Sum of RGB (Red+Green+Blue) = 81+5+112=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #510570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510570 is #AEFA8F. Grayscale: #272727. Windows color (decimal): -11467408 or 7341393. OLE color: 7341393.
HSL color Cylindrical-coordinate representation of color #510570: hue angle of 282.62º degrees, saturation: 0.91, 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 #510570 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 5 | 112 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.56 |
| HSL | 282.62º | 0.91% | 0.23% | - |
| HSV(B) | 282.62º | 0.96% | 0.44% | - |
| XYZ | 6.37 | 3.03 | 15.58 | - |
| YUV | 39.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 112 | 0.28 | 0.96 | 0 | 0.56 | 282.62 | 0.91 | 0.23 |
| Hex | 51 | 5 | 70 | 1C | 60 | 0 | 38 | 11B | 5B | 17 |
| Octal | 121 | 5 | 160 | 34 | 140 | 0 | 70 | 433 | 133 | 27 |
| Binary | 1010001 | 101 | 1110000 | 11100 | 1100000 | 0 | 111000 | 100011011 | 1011011 | 10111 |
Color Harmonies of #510570
Complementary color
Monochromatic Colors of #510570
Black with #510570
Text Example
Text Example
White with #510570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510570; }
p { color: rgb(81,5,112); }
H1.HeaderClassName
{
color: #510570;
}
.AnyTagClassName
{
color: #510570;
}
</style>
background-color css
<style>
a { background-color: #510570; }
a { background-color: rgb(81,5,112); }
div.DivClassName
{
background-color: #510570;
}
.BgClassName
{
background-color: #510570;
}
</style>
border-color css
<style>
span { border-color: #510570; }
span { border-color: rgb(81,5,112); }
td.TdClassName
{
border-color: #510570;
}
.TagClassName
{
border-color: #510570;
}
</style>