Shades of Indigo #510A75
Tints of Indigo #510A75
RGB
CMYK
RGB Variations
Color information
#510A75 (or 0x510A75) is known color: Indigo. HEX triplet: 51, 0A and 75. RGB value is (81,10,117). Sum of RGB (Red+Green+Blue) = 81+10+117=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #510A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A75 is #AEF58A. Grayscale: #2B2B2B. Windows color (decimal): -11466123 or 7670353. OLE color: 7670353.
HSL color Cylindrical-coordinate representation of color #510A75: hue angle of 279.81º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510A75 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 10 | 117 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.54 |
| HSL | 279.81º | 0.84% | 0.25% | - |
| HSV(B) | 279.81º | 0.91% | 0.46% | - |
| XYZ | 6.71 | 3.25 | 17.1 | - |
| YUV | 43.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 117 | 0.31 | 0.91 | 0 | 0.54 | 279.81 | 0.84 | 0.25 |
| Hex | 51 | A | 75 | 1F | 5B | 0 | 36 | 118 | 54 | 19 |
| Octal | 121 | 12 | 165 | 37 | 133 | 0 | 66 | 430 | 124 | 31 |
| Binary | 1010001 | 1010 | 1110101 | 11111 | 1011011 | 0 | 110110 | 100011000 | 1010100 | 11001 |
Color Harmonies of #510A75
Complementary color
Monochromatic Colors of #510A75
Black with #510A75
Text Example
Text Example
White with #510A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A75; }
p { color: rgb(81,10,117); }
H1.HeaderClassName
{
color: #510A75;
}
.AnyTagClassName
{
color: #510A75;
}
</style>
background-color css
<style>
a { background-color: #510A75; }
a { background-color: rgb(81,10,117); }
div.DivClassName
{
background-color: #510A75;
}
.BgClassName
{
background-color: #510A75;
}
</style>
border-color css
<style>
span { border-color: #510A75; }
span { border-color: rgb(81,10,117); }
td.TdClassName
{
border-color: #510A75;
}
.TagClassName
{
border-color: #510A75;
}
</style>