Shades of Indigo #510361
Tints of Indigo #510361
RGB
CMYK
RGB Variations
Color information
#510361 (or 0x510361) is known color: Indigo. HEX triplet: 51, 03 and 61. RGB value is (81,3,97). Sum of RGB (Red+Green+Blue) = 81+3+97=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #510361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510361 is #AEFC9E. Grayscale: #242424. Windows color (decimal): -11467935 or 6357841. OLE color: 6357841.
HSL color Cylindrical-coordinate representation of color #510361: hue angle of 289.79º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510361 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 3 | 97 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.62 |
| HSL | 289.79º | 0.94% | 0.2% | - |
| HSV(B) | 289.79º | 0.97% | 0.38% | - |
| XYZ | 5.58 | 2.68 | 11.53 | - |
| YUV | 37.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 97 | 0.16 | 0.97 | 0 | 0.62 | 289.79 | 0.94 | 0.2 |
| Hex | 51 | 3 | 61 | 10 | 61 | 0 | 3E | 122 | 5E | 14 |
| Octal | 121 | 3 | 141 | 20 | 141 | 0 | 76 | 442 | 136 | 24 |
| Binary | 1010001 | 11 | 1100001 | 10000 | 1100001 | 0 | 111110 | 100100010 | 1011110 | 10100 |
Color Harmonies of #510361
Complementary color
Monochromatic Colors of #510361
Black with #510361
Text Example
Text Example
White with #510361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510361; }
p { color: rgb(81,3,97); }
H1.HeaderClassName
{
color: #510361;
}
.AnyTagClassName
{
color: #510361;
}
</style>
background-color css
<style>
a { background-color: #510361; }
a { background-color: rgb(81,3,97); }
div.DivClassName
{
background-color: #510361;
}
.BgClassName
{
background-color: #510361;
}
</style>
border-color css
<style>
span { border-color: #510361; }
span { border-color: rgb(81,3,97); }
td.TdClassName
{
border-color: #510361;
}
.TagClassName
{
border-color: #510361;
}
</style>