Shades of Indigo #51138C
Tints of Indigo #51138C
RGB
CMYK
RGB Variations
Color information
#51138C (or 0x51138C) is known color: Indigo. HEX triplet: 51, 13 and 8C. RGB value is (81,19,140). Sum of RGB (Red+Green+Blue) = 81+19+140=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #51138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51138C is #AEEC73. Grayscale: #323232. Windows color (decimal): -11463796 or 9179985. OLE color: 9179985.
HSL color Cylindrical-coordinate representation of color #51138C: hue angle of 270.74º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51138C is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 19 | 140 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.45 |
| HSL | 270.74º | 0.76% | 0.31% | - |
| HSV(B) | 270.74º | 0.86% | 0.55% | - |
| XYZ | 8.36 | 4.11 | 25.16 | - |
| YUV | 51.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 140 | 0.42 | 0.86 | 0 | 0.45 | 270.74 | 0.76 | 0.31 |
| Hex | 51 | 13 | 8C | 2A | 56 | 0 | 2D | 10F | 4C | 1F |
| Octal | 121 | 23 | 214 | 52 | 126 | 0 | 55 | 417 | 114 | 37 |
| Binary | 1010001 | 10011 | 10001100 | 101010 | 1010110 | 0 | 101101 | 100001111 | 1001100 | 11111 |
Color Harmonies of #51138C
Complementary color
Monochromatic Colors of #51138C
Black with #51138C
Text Example
Text Example
White with #51138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51138C; }
p { color: rgb(81,19,140); }
H1.HeaderClassName
{
color: #51138C;
}
.AnyTagClassName
{
color: #51138C;
}
</style>
background-color css
<style>
a { background-color: #51138C; }
a { background-color: rgb(81,19,140); }
div.DivClassName
{
background-color: #51138C;
}
.BgClassName
{
background-color: #51138C;
}
</style>
border-color css
<style>
span { border-color: #51138C; }
span { border-color: rgb(81,19,140); }
td.TdClassName
{
border-color: #51138C;
}
.TagClassName
{
border-color: #51138C;
}
</style>