Shades of Indigo #510C8C
Tints of Indigo #510C8C
RGB
CMYK
RGB Variations
Color information
#510C8C (or 0x510C8C) is known color: Indigo. HEX triplet: 51, 0C and 8C. RGB value is (81,12,140). Sum of RGB (Red+Green+Blue) = 81+12+140=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #510C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510C8C is #AEF373. Grayscale: #2E2E2E. Windows color (decimal): -11465588 or 9178193. OLE color: 9178193.
HSL color Cylindrical-coordinate representation of color #510C8C: hue angle of 272.34º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510C8C is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 12 | 140 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.45 |
| HSL | 272.34º | 0.84% | 0.3% | - |
| HSV(B) | 272.34º | 0.91% | 0.55% | - |
| XYZ | 8.26 | 3.91 | 25.13 | - |
| YUV | 47.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 140 | 0.42 | 0.91 | 0 | 0.45 | 272.34 | 0.84 | 0.3 |
| Hex | 51 | C | 8C | 2A | 5B | 0 | 2D | 110 | 54 | 1E |
| Octal | 121 | 14 | 214 | 52 | 133 | 0 | 55 | 420 | 124 | 36 |
| Binary | 1010001 | 1100 | 10001100 | 101010 | 1011011 | 0 | 101101 | 100010000 | 1010100 | 11110 |
Color Harmonies of #510C8C
Complementary color
Monochromatic Colors of #510C8C
Black with #510C8C
Text Example
Text Example
White with #510C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C8C; }
p { color: rgb(81,12,140); }
H1.HeaderClassName
{
color: #510C8C;
}
.AnyTagClassName
{
color: #510C8C;
}
</style>
background-color css
<style>
a { background-color: #510C8C; }
a { background-color: rgb(81,12,140); }
div.DivClassName
{
background-color: #510C8C;
}
.BgClassName
{
background-color: #510C8C;
}
</style>
border-color css
<style>
span { border-color: #510C8C; }
span { border-color: rgb(81,12,140); }
td.TdClassName
{
border-color: #510C8C;
}
.TagClassName
{
border-color: #510C8C;
}
</style>