Shades of Indigo #51035E
Tints of Indigo #51035E
RGB
CMYK
RGB Variations
Color information
#51035E (or 0x51035E) is known color: Indigo. HEX triplet: 51, 03 and 5E. RGB value is (81,3,94). Sum of RGB (Red+Green+Blue) = 81+3+94=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #51035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51035E is #AEFCA1. Grayscale: #242424. Windows color (decimal): -11467938 or 6161233. OLE color: 6161233.
HSL color Cylindrical-coordinate representation of color #51035E: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51035E is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 3 | 94 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.63 |
| HSL | 291.43º | 0.94% | 0.19% | - |
| HSV(B) | 291.43º | 0.97% | 0.37% | - |
| XYZ | 5.45 | 2.62 | 10.81 | - |
| YUV | 36.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 94 | 0.14 | 0.97 | 0 | 0.63 | 291.43 | 0.94 | 0.19 |
| Hex | 51 | 3 | 5E | E | 61 | 0 | 3F | 123 | 5E | 13 |
| Octal | 121 | 3 | 136 | 16 | 141 | 0 | 77 | 443 | 136 | 23 |
| Binary | 1010001 | 11 | 1011110 | 1110 | 1100001 | 0 | 111111 | 100100011 | 1011110 | 10011 |
Color Harmonies of #51035E
Complementary color
Monochromatic Colors of #51035E
Black with #51035E
Text Example
Text Example
White with #51035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51035E; }
p { color: rgb(81,3,94); }
H1.HeaderClassName
{
color: #51035E;
}
.AnyTagClassName
{
color: #51035E;
}
</style>
background-color css
<style>
a { background-color: #51035E; }
a { background-color: rgb(81,3,94); }
div.DivClassName
{
background-color: #51035E;
}
.BgClassName
{
background-color: #51035E;
}
</style>
border-color css
<style>
span { border-color: #51035E; }
span { border-color: rgb(81,3,94); }
td.TdClassName
{
border-color: #51035E;
}
.TagClassName
{
border-color: #51035E;
}
</style>