Shades of Indigo #510582
Tints of Indigo #510582
RGB
CMYK
RGB Variations
Color information
#510582 (or 0x510582) is known color: Indigo. HEX triplet: 51, 05 and 82. RGB value is (81,5,130). Sum of RGB (Red+Green+Blue) = 81+5+130=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #510582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510582 is #AEFA7D. Grayscale: #292929. Windows color (decimal): -11467390 or 8521041. OLE color: 8521041.
HSL color Cylindrical-coordinate representation of color #510582: hue angle of 276.48º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510582 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 5 | 130 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.49 |
| HSL | 276.48º | 0.93% | 0.26% | - |
| HSV(B) | 276.48º | 0.96% | 0.51% | - |
| XYZ | 7.48 | 3.47 | 21.39 | - |
| YUV | 41.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 130 | 0.38 | 0.96 | 0 | 0.49 | 276.48 | 0.93 | 0.26 |
| Hex | 51 | 5 | 82 | 26 | 60 | 0 | 31 | 114 | 5D | 1A |
| Octal | 121 | 5 | 202 | 46 | 140 | 0 | 61 | 424 | 135 | 32 |
| Binary | 1010001 | 101 | 10000010 | 100110 | 1100000 | 0 | 110001 | 100010100 | 1011101 | 11010 |
Color Harmonies of #510582
Complementary color
Monochromatic Colors of #510582
Black with #510582
Text Example
Text Example
White with #510582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510582; }
p { color: rgb(81,5,130); }
H1.HeaderClassName
{
color: #510582;
}
.AnyTagClassName
{
color: #510582;
}
</style>
background-color css
<style>
a { background-color: #510582; }
a { background-color: rgb(81,5,130); }
div.DivClassName
{
background-color: #510582;
}
.BgClassName
{
background-color: #510582;
}
</style>
border-color css
<style>
span { border-color: #510582; }
span { border-color: rgb(81,5,130); }
td.TdClassName
{
border-color: #510582;
}
.TagClassName
{
border-color: #510582;
}
</style>