Shades of Indigo #510C74
Tints of Indigo #510C74
RGB
CMYK
RGB Variations
Color information
#510C74 (or 0x510C74) is known color: Indigo. HEX triplet: 51, 0C and 74. RGB value is (81,12,116). Sum of RGB (Red+Green+Blue) = 81+12+116=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #510C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C74 is #AEF38B. Grayscale: #2C2C2C. Windows color (decimal): -11465612 or 7605329. OLE color: 7605329.
HSL color Cylindrical-coordinate representation of color #510C74: hue angle of 279.81º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510C74 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 12 | 116 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.55 |
| HSL | 279.81º | 0.81% | 0.25% | - |
| HSV(B) | 279.81º | 0.9% | 0.45% | - |
| XYZ | 6.68 | 3.27 | 16.8 | - |
| YUV | 44.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 116 | 0.30 | 0.90 | 0 | 0.55 | 279.81 | 0.81 | 0.25 |
| Hex | 51 | C | 74 | 1E | 5A | 0 | 37 | 118 | 51 | 19 |
| Octal | 121 | 14 | 164 | 36 | 132 | 0 | 67 | 430 | 121 | 31 |
| Binary | 1010001 | 1100 | 1110100 | 11110 | 1011010 | 0 | 110111 | 100011000 | 1010001 | 11001 |
Color Harmonies of #510C74
Complementary color
Monochromatic Colors of #510C74
Black with #510C74
Text Example
Text Example
White with #510C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C74; }
p { color: rgb(81,12,116); }
H1.HeaderClassName
{
color: #510C74;
}
.AnyTagClassName
{
color: #510C74;
}
</style>
background-color css
<style>
a { background-color: #510C74; }
a { background-color: rgb(81,12,116); }
div.DivClassName
{
background-color: #510C74;
}
.BgClassName
{
background-color: #510C74;
}
</style>
border-color css
<style>
span { border-color: #510C74; }
span { border-color: rgb(81,12,116); }
td.TdClassName
{
border-color: #510C74;
}
.TagClassName
{
border-color: #510C74;
}
</style>