Shades of Indigo #51098E
Tints of Indigo #51098E
RGB
CMYK
RGB Variations
Color information
#51098E (or 0x51098E) is known color: Indigo. HEX triplet: 51, 09 and 8E. RGB value is (81,9,142). Sum of RGB (Red+Green+Blue) = 81+9+142=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #51098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51098E is #AEF671. Grayscale: #2D2D2D. Windows color (decimal): -11466354 or 9308497. OLE color: 9308497.
HSL color Cylindrical-coordinate representation of color #51098E: hue angle of 272.48º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51098E is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 9 | 142 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.44 |
| HSL | 272.48º | 0.88% | 0.3% | - |
| HSV(B) | 272.48º | 0.94% | 0.56% | - |
| XYZ | 8.37 | 3.9 | 25.9 | - |
| YUV | 45.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 142 | 0.43 | 0.94 | 0 | 0.44 | 272.48 | 0.88 | 0.3 |
| Hex | 51 | 9 | 8E | 2B | 5E | 0 | 2C | 110 | 58 | 1E |
| Octal | 121 | 11 | 216 | 53 | 136 | 0 | 54 | 420 | 130 | 36 |
| Binary | 1010001 | 1001 | 10001110 | 101011 | 1011110 | 0 | 101100 | 100010000 | 1011000 | 11110 |
Color Harmonies of #51098E
Complementary color
Monochromatic Colors of #51098E
Black with #51098E
Text Example
Text Example
White with #51098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51098E; }
p { color: rgb(81,9,142); }
H1.HeaderClassName
{
color: #51098E;
}
.AnyTagClassName
{
color: #51098E;
}
</style>
background-color css
<style>
a { background-color: #51098E; }
a { background-color: rgb(81,9,142); }
div.DivClassName
{
background-color: #51098E;
}
.BgClassName
{
background-color: #51098E;
}
</style>
border-color css
<style>
span { border-color: #51098E; }
span { border-color: rgb(81,9,142); }
td.TdClassName
{
border-color: #51098E;
}
.TagClassName
{
border-color: #51098E;
}
</style>