Shades of Indigo #51197E
Tints of Indigo #51197E
RGB
CMYK
RGB Variations
Color information
#51197E (or 0x51197E) is known color: Indigo. HEX triplet: 51, 19 and 7E. RGB value is (81,25,126). Sum of RGB (Red+Green+Blue) = 81+25+126=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #51197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51197E is #AEE681. Grayscale: #343434. Windows color (decimal): -11462274 or 8264017. OLE color: 8264017.
HSL color Cylindrical-coordinate representation of color #51197E: hue angle of 273.27º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51197E is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 25 | 126 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.51 |
| HSL | 273.27º | 0.67% | 0.3% | - |
| HSV(B) | 273.27º | 0.8% | 0.49% | - |
| XYZ | 7.51 | 3.95 | 20.11 | - |
| YUV | 53.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 126 | 0.36 | 0.80 | 0 | 0.51 | 273.27 | 0.67 | 0.3 |
| Hex | 51 | 19 | 7E | 24 | 50 | 0 | 33 | 111 | 43 | 1E |
| Octal | 121 | 31 | 176 | 44 | 120 | 0 | 63 | 421 | 103 | 36 |
| Binary | 1010001 | 11001 | 1111110 | 100100 | 1010000 | 0 | 110011 | 100010001 | 1000011 | 11110 |
Color Harmonies of #51197E
Complementary color
Monochromatic Colors of #51197E
Black with #51197E
Text Example
Text Example
White with #51197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51197E; }
p { color: rgb(81,25,126); }
H1.HeaderClassName
{
color: #51197E;
}
.AnyTagClassName
{
color: #51197E;
}
</style>
background-color css
<style>
a { background-color: #51197E; }
a { background-color: rgb(81,25,126); }
div.DivClassName
{
background-color: #51197E;
}
.BgClassName
{
background-color: #51197E;
}
</style>
border-color css
<style>
span { border-color: #51197E; }
span { border-color: rgb(81,25,126); }
td.TdClassName
{
border-color: #51197E;
}
.TagClassName
{
border-color: #51197E;
}
</style>