Shades of Indigo #510A84
Tints of Indigo #510A84
RGB
CMYK
RGB Variations
Color information
#510A84 (or 0x510A84) is known color: Indigo. HEX triplet: 51, 0A and 84. RGB value is (81,10,132). Sum of RGB (Red+Green+Blue) = 81+10+132=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #510A84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510A84 is #AEF57B. Grayscale: #2C2C2C. Windows color (decimal): -11466108 or 8653393. OLE color: 8653393.
HSL color Cylindrical-coordinate representation of color #510A84: hue angle of 274.92º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510A84 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 10 | 132 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.48 |
| HSL | 274.92º | 0.86% | 0.28% | - |
| HSV(B) | 274.92º | 0.92% | 0.52% | - |
| XYZ | 7.67 | 3.63 | 22.13 | - |
| YUV | 45.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 132 | 0.39 | 0.92 | 0 | 0.48 | 274.92 | 0.86 | 0.28 |
| Hex | 51 | A | 84 | 27 | 5C | 0 | 30 | 113 | 56 | 1C |
| Octal | 121 | 12 | 204 | 47 | 134 | 0 | 60 | 423 | 126 | 34 |
| Binary | 1010001 | 1010 | 10000100 | 100111 | 1011100 | 0 | 110000 | 100010011 | 1010110 | 11100 |
Color Harmonies of #510A84
Complementary color
Monochromatic Colors of #510A84
Black with #510A84
Text Example
Text Example
White with #510A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A84; }
p { color: rgb(81,10,132); }
H1.HeaderClassName
{
color: #510A84;
}
.AnyTagClassName
{
color: #510A84;
}
</style>
background-color css
<style>
a { background-color: #510A84; }
a { background-color: rgb(81,10,132); }
div.DivClassName
{
background-color: #510A84;
}
.BgClassName
{
background-color: #510A84;
}
</style>
border-color css
<style>
span { border-color: #510A84; }
span { border-color: rgb(81,10,132); }
td.TdClassName
{
border-color: #510A84;
}
.TagClassName
{
border-color: #510A84;
}
</style>