Shades of Indigo #510D9A
Tints of Indigo #510D9A
RGB
CMYK
RGB Variations
Color information
#510D9A (or 0x510D9A) is known color: Indigo. HEX triplet: 51, 0D and 9A. RGB value is (81,13,154). Sum of RGB (Red+Green+Blue) = 81+13+154=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #510D9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510D9A is #AEF265. Grayscale: #303030. Windows color (decimal): -11465318 or 10095953. OLE color: 10095953.
HSL color Cylindrical-coordinate representation of color #510D9A: hue angle of 268.94º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510D9A is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 13 | 154 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.40 |
| HSL | 268.94º | 0.84% | 0.33% | - |
| HSV(B) | 268.94º | 0.92% | 0.6% | - |
| XYZ | 9.37 | 4.37 | 30.92 | - |
| YUV | 49.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 154 | 0.47 | 0.92 | 0 | 0.40 | 268.94 | 0.84 | 0.33 |
| Hex | 51 | D | 9A | 2F | 5C | 0 | 28 | 10D | 54 | 21 |
| Octal | 121 | 15 | 232 | 57 | 134 | 0 | 50 | 415 | 124 | 41 |
| Binary | 1010001 | 1101 | 10011010 | 101111 | 1011100 | 0 | 101000 | 100001101 | 1010100 | 100001 |
Color Harmonies of #510D9A
Complementary color
Monochromatic Colors of #510D9A
Black with #510D9A
Text Example
Text Example
White with #510D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D9A; }
p { color: rgb(81,13,154); }
H1.HeaderClassName
{
color: #510D9A;
}
.AnyTagClassName
{
color: #510D9A;
}
</style>
background-color css
<style>
a { background-color: #510D9A; }
a { background-color: rgb(81,13,154); }
div.DivClassName
{
background-color: #510D9A;
}
.BgClassName
{
background-color: #510D9A;
}
</style>
border-color css
<style>
span { border-color: #510D9A; }
span { border-color: rgb(81,13,154); }
td.TdClassName
{
border-color: #510D9A;
}
.TagClassName
{
border-color: #510D9A;
}
</style>