Shades of Indigo #510A9D
Tints of Indigo #510A9D
RGB
CMYK
RGB Variations
Color information
#510A9D (or 0x510A9D) is known color: Indigo. HEX triplet: 51, 0A and 9D. RGB value is (81,10,157). Sum of RGB (Red+Green+Blue) = 81+10+157=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #510A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510A9D is #AEF562. Grayscale: #2F2F2F. Windows color (decimal): -11466083 or 10291793. OLE color: 10291793.
HSL color Cylindrical-coordinate representation of color #510A9D: hue angle of 268.98º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510A9D is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 10 | 157 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.38 |
| HSL | 268.98º | 0.88% | 0.33% | - |
| HSV(B) | 268.98º | 0.94% | 0.62% | - |
| XYZ | 9.59 | 4.4 | 32.24 | - |
| YUV | 47.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 157 | 0.48 | 0.94 | 0 | 0.38 | 268.98 | 0.88 | 0.33 |
| Hex | 51 | A | 9D | 30 | 5E | 0 | 26 | 10D | 58 | 21 |
| Octal | 121 | 12 | 235 | 60 | 136 | 0 | 46 | 415 | 130 | 41 |
| Binary | 1010001 | 1010 | 10011101 | 110000 | 1011110 | 0 | 100110 | 100001101 | 1011000 | 100001 |
Color Harmonies of #510A9D
Complementary color
Monochromatic Colors of #510A9D
Black with #510A9D
Text Example
Text Example
White with #510A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A9D; }
p { color: rgb(81,10,157); }
H1.HeaderClassName
{
color: #510A9D;
}
.AnyTagClassName
{
color: #510A9D;
}
</style>
background-color css
<style>
a { background-color: #510A9D; }
a { background-color: rgb(81,10,157); }
div.DivClassName
{
background-color: #510A9D;
}
.BgClassName
{
background-color: #510A9D;
}
</style>
border-color css
<style>
span { border-color: #510A9D; }
span { border-color: rgb(81,10,157); }
td.TdClassName
{
border-color: #510A9D;
}
.TagClassName
{
border-color: #510A9D;
}
</style>