Shades of Indigo #510875
Tints of Indigo #510875
RGB
CMYK
RGB Variations
Color information
#510875 (or 0x510875) is known color: Indigo. HEX triplet: 51, 08 and 75. RGB value is (81,8,117). Sum of RGB (Red+Green+Blue) = 81+8+117=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #510875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510875 is #AEF78A. Grayscale: #292929. Windows color (decimal): -11466635 or 7669841. OLE color: 7669841.
HSL color Cylindrical-coordinate representation of color #510875: hue angle of 280.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510875 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 8 | 117 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.54 |
| HSL | 280.18º | 0.87% | 0.25% | - |
| HSV(B) | 280.18º | 0.93% | 0.46% | - |
| XYZ | 6.69 | 3.21 | 17.1 | - |
| YUV | 42.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 117 | 0.31 | 0.93 | 0 | 0.54 | 280.18 | 0.87 | 0.25 |
| Hex | 51 | 8 | 75 | 1F | 5D | 0 | 36 | 118 | 57 | 19 |
| Octal | 121 | 10 | 165 | 37 | 135 | 0 | 66 | 430 | 127 | 31 |
| Binary | 1010001 | 1000 | 1110101 | 11111 | 1011101 | 0 | 110110 | 100011000 | 1010111 | 11001 |
Color Harmonies of #510875
Complementary color
Monochromatic Colors of #510875
Black with #510875
Text Example
Text Example
White with #510875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510875; }
p { color: rgb(81,8,117); }
H1.HeaderClassName
{
color: #510875;
}
.AnyTagClassName
{
color: #510875;
}
</style>
background-color css
<style>
a { background-color: #510875; }
a { background-color: rgb(81,8,117); }
div.DivClassName
{
background-color: #510875;
}
.BgClassName
{
background-color: #510875;
}
</style>
border-color css
<style>
span { border-color: #510875; }
span { border-color: rgb(81,8,117); }
td.TdClassName
{
border-color: #510875;
}
.TagClassName
{
border-color: #510875;
}
</style>