Shades of Indigo #51047B
Tints of Indigo #51047B
RGB
CMYK
RGB Variations
Color information
#51047B (or 0x51047B) is known color: Indigo. HEX triplet: 51, 04 and 7B. RGB value is (81,4,123). Sum of RGB (Red+Green+Blue) = 81+4+123=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #51047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51047B is #AEFB84. Grayscale: #282828. Windows color (decimal): -11467653 or 8062033. OLE color: 8062033.
HSL color Cylindrical-coordinate representation of color #51047B: hue angle of 278.82º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51047B is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 4 | 123 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.52 |
| HSL | 278.82º | 0.94% | 0.25% | - |
| HSV(B) | 278.82º | 0.97% | 0.48% | - |
| XYZ | 7.01 | 3.27 | 19 | - |
| YUV | 40.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 123 | 0.34 | 0.97 | 0 | 0.52 | 278.82 | 0.94 | 0.25 |
| Hex | 51 | 4 | 7B | 22 | 61 | 0 | 34 | 117 | 5E | 19 |
| Octal | 121 | 4 | 173 | 42 | 141 | 0 | 64 | 427 | 136 | 31 |
| Binary | 1010001 | 100 | 1111011 | 100010 | 1100001 | 0 | 110100 | 100010111 | 1011110 | 11001 |
Color Harmonies of #51047B
Complementary color
Monochromatic Colors of #51047B
Black with #51047B
Text Example
Text Example
White with #51047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51047B; }
p { color: rgb(81,4,123); }
H1.HeaderClassName
{
color: #51047B;
}
.AnyTagClassName
{
color: #51047B;
}
</style>
background-color css
<style>
a { background-color: #51047B; }
a { background-color: rgb(81,4,123); }
div.DivClassName
{
background-color: #51047B;
}
.BgClassName
{
background-color: #51047B;
}
</style>
border-color css
<style>
span { border-color: #51047B; }
span { border-color: rgb(81,4,123); }
td.TdClassName
{
border-color: #51047B;
}
.TagClassName
{
border-color: #51047B;
}
</style>