Shades of Indigo #510376
Tints of Indigo #510376
RGB
CMYK
RGB Variations
Color information
#510376 (or 0x510376) is known color: Indigo. HEX triplet: 51, 03 and 76. RGB value is (81,3,118). Sum of RGB (Red+Green+Blue) = 81+3+118=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #510376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510376 is #AEFC89. Grayscale: #272727. Windows color (decimal): -11467914 or 7734097. OLE color: 7734097.
HSL color Cylindrical-coordinate representation of color #510376: hue angle of 280.7º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510376 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 3 | 118 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.54 |
| HSL | 280.7º | 0.95% | 0.24% | - |
| HSV(B) | 280.7º | 0.97% | 0.46% | - |
| XYZ | 6.7 | 3.12 | 17.39 | - |
| YUV | 39.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 118 | 0.31 | 0.97 | 0 | 0.54 | 280.7 | 0.95 | 0.24 |
| Hex | 51 | 3 | 76 | 1F | 61 | 0 | 36 | 119 | 5F | 18 |
| Octal | 121 | 3 | 166 | 37 | 141 | 0 | 66 | 431 | 137 | 30 |
| Binary | 1010001 | 11 | 1110110 | 11111 | 1100001 | 0 | 110110 | 100011001 | 1011111 | 11000 |
Color Harmonies of #510376
Complementary color
Monochromatic Colors of #510376
Black with #510376
Text Example
Text Example
White with #510376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510376; }
p { color: rgb(81,3,118); }
H1.HeaderClassName
{
color: #510376;
}
.AnyTagClassName
{
color: #510376;
}
</style>
background-color css
<style>
a { background-color: #510376; }
a { background-color: rgb(81,3,118); }
div.DivClassName
{
background-color: #510376;
}
.BgClassName
{
background-color: #510376;
}
</style>
border-color css
<style>
span { border-color: #510376; }
span { border-color: rgb(81,3,118); }
td.TdClassName
{
border-color: #510376;
}
.TagClassName
{
border-color: #510376;
}
</style>