Shades of Indigo #51009E
Tints of Indigo #51009E
RGB
CMYK
RGB Variations
Color information
#51009E (or 0x51009E) is known color: Indigo. HEX triplet: 51, 00 and 9E. RGB value is (81,0,158). Sum of RGB (Red+Green+Blue) = 81+0+158=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #51009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51009E is #AEFF61. Grayscale: #292929. Windows color (decimal): -11468642 or 10354769. OLE color: 10354769.
HSL color Cylindrical-coordinate representation of color #51009E: hue angle of 270.76º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51009E is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 0 | 158 | - |
| CMYK | 0.49 | 1 | 0 | 0.38 |
| HSL | 270.76º | 1% | 0.31% | - |
| HSV(B) | 270.76º | 1% | 0.62% | - |
| XYZ | 9.56 | 4.22 | 32.66 | - |
| YUV | 42.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 158 | 0.49 | 1 | 0 | 0.38 | 270.76 | 1 | 0.31 |
| Hex | 51 | 0 | 9E | 31 | 64 | 0 | 26 | 10F | 64 | 1F |
| Octal | 121 | 0 | 236 | 61 | 144 | 0 | 46 | 417 | 144 | 37 |
| Binary | 1010001 | 0 | 10011110 | 110001 | 1100100 | 0 | 100110 | 100001111 | 1100100 | 11111 |
Color Harmonies of #51009E
Complementary color
Monochromatic Colors of #51009E
Black with #51009E
Text Example
Text Example
White with #51009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51009E; }
p { color: rgb(81,0,158); }
H1.HeaderClassName
{
color: #51009E;
}
.AnyTagClassName
{
color: #51009E;
}
</style>
background-color css
<style>
a { background-color: #51009E; }
a { background-color: rgb(81,0,158); }
div.DivClassName
{
background-color: #51009E;
}
.BgClassName
{
background-color: #51009E;
}
</style>
border-color css
<style>
span { border-color: #51009E; }
span { border-color: rgb(81,0,158); }
td.TdClassName
{
border-color: #51009E;
}
.TagClassName
{
border-color: #51009E;
}
</style>