Shades of Indigo #510B8C
Tints of Indigo #510B8C
RGB
CMYK
RGB Variations
Color information
#510B8C (or 0x510B8C) is known color: Indigo. HEX triplet: 51, 0B and 8C. RGB value is (81,11,140). Sum of RGB (Red+Green+Blue) = 81+11+140=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #510B8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510B8C is #AEF473. Grayscale: #2E2E2E. Windows color (decimal): -11465844 or 9177937. OLE color: 9177937.
HSL color Cylindrical-coordinate representation of color #510B8C: hue angle of 272.56º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510B8C is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 11 | 140 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.45 |
| HSL | 272.56º | 0.85% | 0.3% | - |
| HSV(B) | 272.56º | 0.92% | 0.55% | - |
| XYZ | 8.25 | 3.88 | 25.13 | - |
| YUV | 46.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 140 | 0.42 | 0.92 | 0 | 0.45 | 272.56 | 0.85 | 0.3 |
| Hex | 51 | B | 8C | 2A | 5C | 0 | 2D | 111 | 55 | 1E |
| Octal | 121 | 13 | 214 | 52 | 134 | 0 | 55 | 421 | 125 | 36 |
| Binary | 1010001 | 1011 | 10001100 | 101010 | 1011100 | 0 | 101101 | 100010001 | 1010101 | 11110 |
Color Harmonies of #510B8C
Complementary color
Monochromatic Colors of #510B8C
Black with #510B8C
Text Example
Text Example
White with #510B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B8C; }
p { color: rgb(81,11,140); }
H1.HeaderClassName
{
color: #510B8C;
}
.AnyTagClassName
{
color: #510B8C;
}
</style>
background-color css
<style>
a { background-color: #510B8C; }
a { background-color: rgb(81,11,140); }
div.DivClassName
{
background-color: #510B8C;
}
.BgClassName
{
background-color: #510B8C;
}
</style>
border-color css
<style>
span { border-color: #510B8C; }
span { border-color: rgb(81,11,140); }
td.TdClassName
{
border-color: #510B8C;
}
.TagClassName
{
border-color: #510B8C;
}
</style>