Shades of Indigo #51187B
Tints of Indigo #51187B
RGB
CMYK
RGB Variations
Color information
#51187B (or 0x51187B) is known color: Indigo. HEX triplet: 51, 18 and 7B. RGB value is (81,24,123). Sum of RGB (Red+Green+Blue) = 81+24+123=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #51187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51187B is #AEE784. Grayscale: #333333. Windows color (decimal): -11462533 or 8067153. OLE color: 8067153.
HSL color Cylindrical-coordinate representation of color #51187B: hue angle of 274.55º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51187B is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 24 | 123 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.52 |
| HSL | 274.55º | 0.67% | 0.29% | - |
| HSV(B) | 274.55º | 0.8% | 0.48% | - |
| XYZ | 7.3 | 3.83 | 19.09 | - |
| YUV | 52.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 123 | 0.34 | 0.80 | 0 | 0.52 | 274.55 | 0.67 | 0.29 |
| Hex | 51 | 18 | 7B | 22 | 50 | 0 | 34 | 113 | 43 | 1D |
| Octal | 121 | 30 | 173 | 42 | 120 | 0 | 64 | 423 | 103 | 35 |
| Binary | 1010001 | 11000 | 1111011 | 100010 | 1010000 | 0 | 110100 | 100010011 | 1000011 | 11101 |
Color Harmonies of #51187B
Complementary color
Monochromatic Colors of #51187B
Black with #51187B
Text Example
Text Example
White with #51187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51187B; }
p { color: rgb(81,24,123); }
H1.HeaderClassName
{
color: #51187B;
}
.AnyTagClassName
{
color: #51187B;
}
</style>
background-color css
<style>
a { background-color: #51187B; }
a { background-color: rgb(81,24,123); }
div.DivClassName
{
background-color: #51187B;
}
.BgClassName
{
background-color: #51187B;
}
</style>
border-color css
<style>
span { border-color: #51187B; }
span { border-color: rgb(81,24,123); }
td.TdClassName
{
border-color: #51187B;
}
.TagClassName
{
border-color: #51187B;
}
</style>