Shades of Indigo #51147B
Tints of Indigo #51147B
RGB
CMYK
RGB Variations
Color information
#51147B (or 0x51147B) is known color: Indigo. HEX triplet: 51, 14 and 7B. RGB value is (81,20,123). Sum of RGB (Red+Green+Blue) = 81+20+123=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #51147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51147B is #AEEB84. Grayscale: #313131. Windows color (decimal): -11463557 or 8066129. OLE color: 8066129.
HSL color Cylindrical-coordinate representation of color #51147B: hue angle of 275.53º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51147B is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 20 | 123 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.52 |
| HSL | 275.53º | 0.72% | 0.28% | - |
| HSV(B) | 275.53º | 0.84% | 0.48% | - |
| XYZ | 7.22 | 3.68 | 19.07 | - |
| YUV | 49.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 123 | 0.34 | 0.84 | 0 | 0.52 | 275.53 | 0.72 | 0.28 |
| Hex | 51 | 14 | 7B | 22 | 54 | 0 | 34 | 114 | 48 | 1C |
| Octal | 121 | 24 | 173 | 42 | 124 | 0 | 64 | 424 | 110 | 34 |
| Binary | 1010001 | 10100 | 1111011 | 100010 | 1010100 | 0 | 110100 | 100010100 | 1001000 | 11100 |
Color Harmonies of #51147B
Complementary color
Monochromatic Colors of #51147B
Black with #51147B
Text Example
Text Example
White with #51147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51147B; }
p { color: rgb(81,20,123); }
H1.HeaderClassName
{
color: #51147B;
}
.AnyTagClassName
{
color: #51147B;
}
</style>
background-color css
<style>
a { background-color: #51147B; }
a { background-color: rgb(81,20,123); }
div.DivClassName
{
background-color: #51147B;
}
.BgClassName
{
background-color: #51147B;
}
</style>
border-color css
<style>
span { border-color: #51147B; }
span { border-color: rgb(81,20,123); }
td.TdClassName
{
border-color: #51147B;
}
.TagClassName
{
border-color: #51147B;
}
</style>