Shades of Indigo #51087F
Tints of Indigo #51087F
RGB
CMYK
RGB Variations
Color information
#51087F (or 0x51087F) is known color: Indigo. HEX triplet: 51, 08 and 7F. RGB value is (81,8,127). Sum of RGB (Red+Green+Blue) = 81+8+127=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #51087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51087F is #AEF780. Grayscale: #2A2A2A. Windows color (decimal): -11466625 or 8325201. OLE color: 8325201.
HSL color Cylindrical-coordinate representation of color #51087F: hue angle of 276.81º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51087F is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 8 | 127 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.50 |
| HSL | 276.81º | 0.88% | 0.26% | - |
| HSV(B) | 276.81º | 0.94% | 0.5% | - |
| XYZ | 7.31 | 3.46 | 20.36 | - |
| YUV | 43.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 127 | 0.36 | 0.94 | 0 | 0.50 | 276.81 | 0.88 | 0.26 |
| Hex | 51 | 8 | 7F | 24 | 5E | 0 | 32 | 115 | 58 | 1A |
| Octal | 121 | 10 | 177 | 44 | 136 | 0 | 62 | 425 | 130 | 32 |
| Binary | 1010001 | 1000 | 1111111 | 100100 | 1011110 | 0 | 110010 | 100010101 | 1011000 | 11010 |
Color Harmonies of #51087F
Complementary color
Monochromatic Colors of #51087F
Black with #51087F
Text Example
Text Example
White with #51087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51087F; }
p { color: rgb(81,8,127); }
H1.HeaderClassName
{
color: #51087F;
}
.AnyTagClassName
{
color: #51087F;
}
</style>
background-color css
<style>
a { background-color: #51087F; }
a { background-color: rgb(81,8,127); }
div.DivClassName
{
background-color: #51087F;
}
.BgClassName
{
background-color: #51087F;
}
</style>
border-color css
<style>
span { border-color: #51087F; }
span { border-color: rgb(81,8,127); }
td.TdClassName
{
border-color: #51087F;
}
.TagClassName
{
border-color: #51087F;
}
</style>