Shades of Indigo #510A65
Tints of Indigo #510A65
RGB
CMYK
RGB Variations
Color information
#510A65 (or 0x510A65) is known color: Indigo. HEX triplet: 51, 0A and 65. RGB value is (81,10,101). Sum of RGB (Red+Green+Blue) = 81+10+101=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #510A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A65 is #AEF59A. Grayscale: #292929. Windows color (decimal): -11466139 or 6621777. OLE color: 6621777.
HSL color Cylindrical-coordinate representation of color #510A65: hue angle of 286.81º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510A65 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 10 | 101 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.60 |
| HSL | 286.81º | 0.82% | 0.22% | - |
| HSV(B) | 286.81º | 0.9% | 0.4% | - |
| XYZ | 5.85 | 2.91 | 12.56 | - |
| YUV | 41.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 101 | 0.20 | 0.90 | 0 | 0.60 | 286.81 | 0.82 | 0.22 |
| Hex | 51 | A | 65 | 14 | 5A | 0 | 3C | 11F | 52 | 16 |
| Octal | 121 | 12 | 145 | 24 | 132 | 0 | 74 | 437 | 122 | 26 |
| Binary | 1010001 | 1010 | 1100101 | 10100 | 1011010 | 0 | 111100 | 100011111 | 1010010 | 10110 |
Color Harmonies of #510A65
Complementary color
Monochromatic Colors of #510A65
Black with #510A65
Text Example
Text Example
White with #510A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A65; }
p { color: rgb(81,10,101); }
H1.HeaderClassName
{
color: #510A65;
}
.AnyTagClassName
{
color: #510A65;
}
</style>
background-color css
<style>
a { background-color: #510A65; }
a { background-color: rgb(81,10,101); }
div.DivClassName
{
background-color: #510A65;
}
.BgClassName
{
background-color: #510A65;
}
</style>
border-color css
<style>
span { border-color: #510A65; }
span { border-color: rgb(81,10,101); }
td.TdClassName
{
border-color: #510A65;
}
.TagClassName
{
border-color: #510A65;
}
</style>