Shades of Indigo #51168A
Tints of Indigo #51168A
RGB
CMYK
RGB Variations
Color information
#51168A (or 0x51168A) is known color: Indigo. HEX triplet: 51, 16 and 8A. RGB value is (81,22,138). Sum of RGB (Red+Green+Blue) = 81+22+138=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #51168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51168A is #AEE975. Grayscale: #343434. Windows color (decimal): -11463030 or 9049681. OLE color: 9049681.
HSL color Cylindrical-coordinate representation of color #51168A: hue angle of 270.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51168A is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 22 | 138 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.46 |
| HSL | 270.52º | 0.73% | 0.31% | - |
| HSV(B) | 270.52º | 0.84% | 0.54% | - |
| XYZ | 8.27 | 4.16 | 24.41 | - |
| YUV | 52.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 138 | 0.41 | 0.84 | 0 | 0.46 | 270.52 | 0.73 | 0.31 |
| Hex | 51 | 16 | 8A | 29 | 54 | 0 | 2E | 10F | 48 | 1F |
| Octal | 121 | 26 | 212 | 51 | 124 | 0 | 56 | 417 | 110 | 37 |
| Binary | 1010001 | 10110 | 10001010 | 101001 | 1010100 | 0 | 101110 | 100001111 | 1001000 | 11111 |
Color Harmonies of #51168A
Complementary color
Monochromatic Colors of #51168A
Black with #51168A
Text Example
Text Example
White with #51168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51168A; }
p { color: rgb(81,22,138); }
H1.HeaderClassName
{
color: #51168A;
}
.AnyTagClassName
{
color: #51168A;
}
</style>
background-color css
<style>
a { background-color: #51168A; }
a { background-color: rgb(81,22,138); }
div.DivClassName
{
background-color: #51168A;
}
.BgClassName
{
background-color: #51168A;
}
</style>
border-color css
<style>
span { border-color: #51168A; }
span { border-color: rgb(81,22,138); }
td.TdClassName
{
border-color: #51168A;
}
.TagClassName
{
border-color: #51168A;
}
</style>