Shades of Indigo #51037A
Tints of Indigo #51037A
RGB
CMYK
RGB Variations
Color information
#51037A (or 0x51037A) is known color: Indigo. HEX triplet: 51, 03 and 7A. RGB value is (81,3,122). Sum of RGB (Red+Green+Blue) = 81+3+122=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #51037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51037A is #AEFC85. Grayscale: #272727. Windows color (decimal): -11467910 or 7996241. OLE color: 7996241.
HSL color Cylindrical-coordinate representation of color #51037A: hue angle of 279.33º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51037A is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 3 | 122 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.52 |
| HSL | 279.33º | 0.95% | 0.25% | - |
| HSV(B) | 279.33º | 0.98% | 0.48% | - |
| XYZ | 6.94 | 3.22 | 18.67 | - |
| YUV | 39.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 122 | 0.34 | 0.98 | 0 | 0.52 | 279.33 | 0.95 | 0.25 |
| Hex | 51 | 3 | 7A | 22 | 62 | 0 | 34 | 117 | 5F | 19 |
| Octal | 121 | 3 | 172 | 42 | 142 | 0 | 64 | 427 | 137 | 31 |
| Binary | 1010001 | 11 | 1111010 | 100010 | 1100010 | 0 | 110100 | 100010111 | 1011111 | 11001 |
Color Harmonies of #51037A
Complementary color
Monochromatic Colors of #51037A
Black with #51037A
Text Example
Text Example
White with #51037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51037A; }
p { color: rgb(81,3,122); }
H1.HeaderClassName
{
color: #51037A;
}
.AnyTagClassName
{
color: #51037A;
}
</style>
background-color css
<style>
a { background-color: #51037A; }
a { background-color: rgb(81,3,122); }
div.DivClassName
{
background-color: #51037A;
}
.BgClassName
{
background-color: #51037A;
}
</style>
border-color css
<style>
span { border-color: #51037A; }
span { border-color: rgb(81,3,122); }
td.TdClassName
{
border-color: #51037A;
}
.TagClassName
{
border-color: #51037A;
}
</style>