Shades of Indigo #51099F
Tints of Indigo #51099F
RGB
CMYK
RGB Variations
Color information
#51099F (or 0x51099F) is known color: Indigo. HEX triplet: 51, 09 and 9F. RGB value is (81,9,159). Sum of RGB (Red+Green+Blue) = 81+9+159=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #51099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51099F is #AEF660. Grayscale: #2F2F2F. Windows color (decimal): -11466337 or 10422609. OLE color: 10422609.
HSL color Cylindrical-coordinate representation of color #51099F: hue angle of 268.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51099F is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 9 | 159 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.38 |
| HSL | 268.8º | 0.89% | 0.33% | - |
| HSV(B) | 268.8º | 0.94% | 0.62% | - |
| XYZ | 9.75 | 4.45 | 33.15 | - |
| YUV | 47.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 159 | 0.49 | 0.94 | 0 | 0.38 | 268.8 | 0.89 | 0.33 |
| Hex | 51 | 9 | 9F | 31 | 5E | 0 | 26 | 10D | 59 | 21 |
| Octal | 121 | 11 | 237 | 61 | 136 | 0 | 46 | 415 | 131 | 41 |
| Binary | 1010001 | 1001 | 10011111 | 110001 | 1011110 | 0 | 100110 | 100001101 | 1011001 | 100001 |
Color Harmonies of #51099F
Complementary color
Monochromatic Colors of #51099F
Black with #51099F
Text Example
Text Example
White with #51099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51099F; }
p { color: rgb(81,9,159); }
H1.HeaderClassName
{
color: #51099F;
}
.AnyTagClassName
{
color: #51099F;
}
</style>
background-color css
<style>
a { background-color: #51099F; }
a { background-color: rgb(81,9,159); }
div.DivClassName
{
background-color: #51099F;
}
.BgClassName
{
background-color: #51099F;
}
</style>
border-color css
<style>
span { border-color: #51099F; }
span { border-color: rgb(81,9,159); }
td.TdClassName
{
border-color: #51099F;
}
.TagClassName
{
border-color: #51099F;
}
</style>