Shades of Indigo #510B9D
Tints of Indigo #510B9D
RGB
CMYK
RGB Variations
Color information
#510B9D (or 0x510B9D) is known color: Indigo. HEX triplet: 51, 0B and 9D. RGB value is (81,11,157). Sum of RGB (Red+Green+Blue) = 81+11+157=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #510B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B9D is #AEF462. Grayscale: #303030. Windows color (decimal): -11465827 or 10292049. OLE color: 10292049.
HSL color Cylindrical-coordinate representation of color #510B9D: hue angle of 268.77º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510B9D is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 11 | 157 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.38 |
| HSL | 268.77º | 0.87% | 0.33% | - |
| HSV(B) | 268.77º | 0.93% | 0.62% | - |
| XYZ | 9.6 | 4.42 | 32.25 | - |
| YUV | 48.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 157 | 0.48 | 0.93 | 0 | 0.38 | 268.77 | 0.87 | 0.33 |
| Hex | 51 | B | 9D | 30 | 5D | 0 | 26 | 10D | 57 | 21 |
| Octal | 121 | 13 | 235 | 60 | 135 | 0 | 46 | 415 | 127 | 41 |
| Binary | 1010001 | 1011 | 10011101 | 110000 | 1011101 | 0 | 100110 | 100001101 | 1010111 | 100001 |
Color Harmonies of #510B9D
Complementary color
Monochromatic Colors of #510B9D
Black with #510B9D
Text Example
Text Example
White with #510B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B9D; }
p { color: rgb(81,11,157); }
H1.HeaderClassName
{
color: #510B9D;
}
.AnyTagClassName
{
color: #510B9D;
}
</style>
background-color css
<style>
a { background-color: #510B9D; }
a { background-color: rgb(81,11,157); }
div.DivClassName
{
background-color: #510B9D;
}
.BgClassName
{
background-color: #510B9D;
}
</style>
border-color css
<style>
span { border-color: #510B9D; }
span { border-color: rgb(81,11,157); }
td.TdClassName
{
border-color: #510B9D;
}
.TagClassName
{
border-color: #510B9D;
}
</style>