Shades of Indigo #51088B
Tints of Indigo #51088B
RGB
CMYK
RGB Variations
Color information
#51088B (or 0x51088B) is known color: Indigo. HEX triplet: 51, 08 and 8B. RGB value is (81,8,139). Sum of RGB (Red+Green+Blue) = 81+8+139=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #51088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51088B is #AEF774. Grayscale: #2C2C2C. Windows color (decimal): -11466613 or 9111633. OLE color: 9111633.
HSL color Cylindrical-coordinate representation of color #51088B: hue angle of 273.44º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51088B is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 8 | 139 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.45 |
| HSL | 273.44º | 0.89% | 0.29% | - |
| HSV(B) | 273.44º | 0.94% | 0.55% | - |
| XYZ | 8.14 | 3.79 | 24.73 | - |
| YUV | 44.76 | 181.18 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 139 | 0.42 | 0.94 | 0 | 0.45 | 273.44 | 0.89 | 0.29 |
| Hex | 51 | 8 | 8B | 2A | 5E | 0 | 2D | 111 | 59 | 1D |
| Octal | 121 | 10 | 213 | 52 | 136 | 0 | 55 | 421 | 131 | 35 |
| Binary | 1010001 | 1000 | 10001011 | 101010 | 1011110 | 0 | 101101 | 100010001 | 1011001 | 11101 |
Color Harmonies of #51088B
Complementary color
Monochromatic Colors of #51088B
Black with #51088B
Text Example
Text Example
White with #51088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51088B; }
p { color: rgb(81,8,139); }
H1.HeaderClassName
{
color: #51088B;
}
.AnyTagClassName
{
color: #51088B;
}
</style>
background-color css
<style>
a { background-color: #51088B; }
a { background-color: rgb(81,8,139); }
div.DivClassName
{
background-color: #51088B;
}
.BgClassName
{
background-color: #51088B;
}
</style>
border-color css
<style>
span { border-color: #51088B; }
span { border-color: rgb(81,8,139); }
td.TdClassName
{
border-color: #51088B;
}
.TagClassName
{
border-color: #51088B;
}
</style>