Shades of Indigo #51048B
Tints of Indigo #51048B
RGB
CMYK
RGB Variations
Color information
#51048B (or 0x51048B) is known color: Indigo. HEX triplet: 51, 04 and 8B. RGB value is (81,4,139). Sum of RGB (Red+Green+Blue) = 81+4+139=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #51048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51048B is #AEFB74. Grayscale: #292929. Windows color (decimal): -11467637 or 9110609. OLE color: 9110609.
HSL color Cylindrical-coordinate representation of color #51048B: hue angle of 274.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51048B is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 4 | 139 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.45 |
| HSL | 274.22º | 0.94% | 0.28% | - |
| HSV(B) | 274.22º | 0.97% | 0.55% | - |
| XYZ | 8.1 | 3.7 | 24.71 | - |
| YUV | 42.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 139 | 0.42 | 0.97 | 0 | 0.45 | 274.22 | 0.94 | 0.28 |
| Hex | 51 | 4 | 8B | 2A | 61 | 0 | 2D | 112 | 5E | 1C |
| Octal | 121 | 4 | 213 | 52 | 141 | 0 | 55 | 422 | 136 | 34 |
| Binary | 1010001 | 100 | 10001011 | 101010 | 1100001 | 0 | 101101 | 100010010 | 1011110 | 11100 |
Color Harmonies of #51048B
Complementary color
Monochromatic Colors of #51048B
Black with #51048B
Text Example
Text Example
White with #51048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51048B; }
p { color: rgb(81,4,139); }
H1.HeaderClassName
{
color: #51048B;
}
.AnyTagClassName
{
color: #51048B;
}
</style>
background-color css
<style>
a { background-color: #51048B; }
a { background-color: rgb(81,4,139); }
div.DivClassName
{
background-color: #51048B;
}
.BgClassName
{
background-color: #51048B;
}
</style>
border-color css
<style>
span { border-color: #51048B; }
span { border-color: rgb(81,4,139); }
td.TdClassName
{
border-color: #51048B;
}
.TagClassName
{
border-color: #51048B;
}
</style>