Shades of Indigo #51146C
Tints of Indigo #51146C
RGB
CMYK
RGB Variations
Color information
#51146C (or 0x51146C) is known color: Indigo. HEX triplet: 51, 14 and 6C. RGB value is (81,20,108). Sum of RGB (Red+Green+Blue) = 81+20+108=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #51146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51146C is #AEEB93. Grayscale: #2F2F2F. Windows color (decimal): -11463572 or 7083089. OLE color: 7083089.
HSL color Cylindrical-coordinate representation of color #51146C: hue angle of 281.59º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51146C is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 20 | 108 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.58 |
| HSL | 281.59º | 0.69% | 0.25% | - |
| HSV(B) | 281.59º | 0.81% | 0.42% | - |
| XYZ | 6.35 | 3.33 | 14.5 | - |
| YUV | 48.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 108 | 0.25 | 0.81 | 0 | 0.58 | 281.59 | 0.69 | 0.25 |
| Hex | 51 | 14 | 6C | 19 | 51 | 0 | 3A | 11A | 45 | 19 |
| Octal | 121 | 24 | 154 | 31 | 121 | 0 | 72 | 432 | 105 | 31 |
| Binary | 1010001 | 10100 | 1101100 | 11001 | 1010001 | 0 | 111010 | 100011010 | 1000101 | 11001 |
Color Harmonies of #51146C
Complementary color
Monochromatic Colors of #51146C
Black with #51146C
Text Example
Text Example
White with #51146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51146C; }
p { color: rgb(81,20,108); }
H1.HeaderClassName
{
color: #51146C;
}
.AnyTagClassName
{
color: #51146C;
}
</style>
background-color css
<style>
a { background-color: #51146C; }
a { background-color: rgb(81,20,108); }
div.DivClassName
{
background-color: #51146C;
}
.BgClassName
{
background-color: #51146C;
}
</style>
border-color css
<style>
span { border-color: #51146C; }
span { border-color: rgb(81,20,108); }
td.TdClassName
{
border-color: #51146C;
}
.TagClassName
{
border-color: #51146C;
}
</style>