Shades of Indigo #51188A
Tints of Indigo #51188A
RGB
CMYK
RGB Variations
Color information
#51188A (or 0x51188A) is known color: Indigo. HEX triplet: 51, 18 and 8A. RGB value is (81,24,138). Sum of RGB (Red+Green+Blue) = 81+24+138=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #51188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51188A is #AEE775. Grayscale: #353535. Windows color (decimal): -11462518 or 9050193. OLE color: 9050193.
HSL color Cylindrical-coordinate representation of color #51188A: hue angle of 270º degrees, saturation: 0.7, 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 #51188A is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 24 | 138 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.46 |
| HSL | 270º | 0.7% | 0.32% | - |
| HSV(B) | 270º | 0.83% | 0.54% | - |
| XYZ | 8.31 | 4.24 | 24.42 | - |
| YUV | 54.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 138 | 0.41 | 0.83 | 0 | 0.46 | 270 | 0.7 | 0.32 |
| Hex | 51 | 18 | 8A | 29 | 53 | 0 | 2E | 10E | 46 | 20 |
| Octal | 121 | 30 | 212 | 51 | 123 | 0 | 56 | 416 | 106 | 40 |
| Binary | 1010001 | 11000 | 10001010 | 101001 | 1010011 | 0 | 101110 | 100001110 | 1000110 | 100000 |
Color Harmonies of #51188A
Complementary color
Monochromatic Colors of #51188A
Black with #51188A
Text Example
Text Example
White with #51188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51188A; }
p { color: rgb(81,24,138); }
H1.HeaderClassName
{
color: #51188A;
}
.AnyTagClassName
{
color: #51188A;
}
</style>
background-color css
<style>
a { background-color: #51188A; }
a { background-color: rgb(81,24,138); }
div.DivClassName
{
background-color: #51188A;
}
.BgClassName
{
background-color: #51188A;
}
</style>
border-color css
<style>
span { border-color: #51188A; }
span { border-color: rgb(81,24,138); }
td.TdClassName
{
border-color: #51188A;
}
.TagClassName
{
border-color: #51188A;
}
</style>