Shades of Indigo #51078E
Tints of Indigo #51078E
RGB
CMYK
RGB Variations
Color information
#51078E (or 0x51078E) is known color: Indigo. HEX triplet: 51, 07 and 8E. RGB value is (81,7,142). Sum of RGB (Red+Green+Blue) = 81+7+142=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #51078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51078E is #AEF871. Grayscale: #2C2C2C. Windows color (decimal): -11466866 or 9307985. OLE color: 9307985.
HSL color Cylindrical-coordinate representation of color #51078E: hue angle of 272.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51078E is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 7 | 142 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.44 |
| HSL | 272.89º | 0.91% | 0.29% | - |
| HSV(B) | 272.89º | 0.95% | 0.56% | - |
| XYZ | 8.35 | 3.85 | 25.89 | - |
| YUV | 44.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 142 | 0.43 | 0.95 | 0 | 0.44 | 272.89 | 0.91 | 0.29 |
| Hex | 51 | 7 | 8E | 2B | 5F | 0 | 2C | 111 | 5B | 1D |
| Octal | 121 | 7 | 216 | 53 | 137 | 0 | 54 | 421 | 133 | 35 |
| Binary | 1010001 | 111 | 10001110 | 101011 | 1011111 | 0 | 101100 | 100010001 | 1011011 | 11101 |
Color Harmonies of #51078E
Complementary color
Monochromatic Colors of #51078E
Black with #51078E
Text Example
Text Example
White with #51078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51078E; }
p { color: rgb(81,7,142); }
H1.HeaderClassName
{
color: #51078E;
}
.AnyTagClassName
{
color: #51078E;
}
</style>
background-color css
<style>
a { background-color: #51078E; }
a { background-color: rgb(81,7,142); }
div.DivClassName
{
background-color: #51078E;
}
.BgClassName
{
background-color: #51078E;
}
</style>
border-color css
<style>
span { border-color: #51078E; }
span { border-color: rgb(81,7,142); }
td.TdClassName
{
border-color: #51078E;
}
.TagClassName
{
border-color: #51078E;
}
</style>