Shades of Indigo #51178A
Tints of Indigo #51178A
RGB
CMYK
RGB Variations
Color information
#51178A (or 0x51178A) is known color: Indigo. HEX triplet: 51, 17 and 8A. RGB value is (81,23,138). Sum of RGB (Red+Green+Blue) = 81+23+138=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #51178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51178A is #AEE875. Grayscale: #353535. Windows color (decimal): -11462774 or 9049937. OLE color: 9049937.
HSL color Cylindrical-coordinate representation of color #51178A: hue angle of 270.26º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51178A is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 23 | 138 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.46 |
| HSL | 270.26º | 0.71% | 0.32% | - |
| HSV(B) | 270.26º | 0.83% | 0.54% | - |
| XYZ | 8.29 | 4.2 | 24.42 | - |
| YUV | 53.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 138 | 0.41 | 0.83 | 0 | 0.46 | 270.26 | 0.71 | 0.32 |
| Hex | 51 | 17 | 8A | 29 | 53 | 0 | 2E | 10E | 47 | 20 |
| Octal | 121 | 27 | 212 | 51 | 123 | 0 | 56 | 416 | 107 | 40 |
| Binary | 1010001 | 10111 | 10001010 | 101001 | 1010011 | 0 | 101110 | 100001110 | 1000111 | 100000 |
Color Harmonies of #51178A
Complementary color
Monochromatic Colors of #51178A
Black with #51178A
Text Example
Text Example
White with #51178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51178A; }
p { color: rgb(81,23,138); }
H1.HeaderClassName
{
color: #51178A;
}
.AnyTagClassName
{
color: #51178A;
}
</style>
background-color css
<style>
a { background-color: #51178A; }
a { background-color: rgb(81,23,138); }
div.DivClassName
{
background-color: #51178A;
}
.BgClassName
{
background-color: #51178A;
}
</style>
border-color css
<style>
span { border-color: #51178A; }
span { border-color: rgb(81,23,138); }
td.TdClassName
{
border-color: #51178A;
}
.TagClassName
{
border-color: #51178A;
}
</style>