Shades of Indigo #510182
Tints of Indigo #510182
RGB
CMYK
RGB Variations
Color information
#510182 (or 0x510182) is known color: Indigo. HEX triplet: 51, 01 and 82. RGB value is (81,1,130). Sum of RGB (Red+Green+Blue) = 81+1+130=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #510182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510182 is #AEFE7D. Grayscale: #272727. Windows color (decimal): -11468414 or 8520017. OLE color: 8520017.
HSL color Cylindrical-coordinate representation of color #510182: hue angle of 277.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510182 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 1 | 130 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.49 |
| HSL | 277.21º | 0.98% | 0.26% | - |
| HSV(B) | 277.21º | 0.99% | 0.51% | - |
| XYZ | 7.43 | 3.38 | 21.38 | - |
| YUV | 39.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 130 | 0.38 | 0.99 | 0 | 0.49 | 277.21 | 0.98 | 0.26 |
| Hex | 51 | 1 | 82 | 26 | 63 | 0 | 31 | 115 | 62 | 1A |
| Octal | 121 | 1 | 202 | 46 | 143 | 0 | 61 | 425 | 142 | 32 |
| Binary | 1010001 | 1 | 10000010 | 100110 | 1100011 | 0 | 110001 | 100010101 | 1100010 | 11010 |
Color Harmonies of #510182
Complementary color
Monochromatic Colors of #510182
Black with #510182
Text Example
Text Example
White with #510182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510182; }
p { color: rgb(81,1,130); }
H1.HeaderClassName
{
color: #510182;
}
.AnyTagClassName
{
color: #510182;
}
</style>
background-color css
<style>
a { background-color: #510182; }
a { background-color: rgb(81,1,130); }
div.DivClassName
{
background-color: #510182;
}
.BgClassName
{
background-color: #510182;
}
</style>
border-color css
<style>
span { border-color: #510182; }
span { border-color: rgb(81,1,130); }
td.TdClassName
{
border-color: #510182;
}
.TagClassName
{
border-color: #510182;
}
</style>