Shades of Indigo #51027C
Tints of Indigo #51027C
RGB
CMYK
RGB Variations
Color information
#51027C (or 0x51027C) is known color: Indigo. HEX triplet: 51, 02 and 7C. RGB value is (81,2,124). Sum of RGB (Red+Green+Blue) = 81+2+124=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #51027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51027C is #AEFD83. Grayscale: #272727. Windows color (decimal): -11468164 or 8127057. OLE color: 8127057.
HSL color Cylindrical-coordinate representation of color #51027C: hue angle of 278.85º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51027C is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 2 | 124 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.51 |
| HSL | 278.85º | 0.97% | 0.25% | - |
| HSV(B) | 278.85º | 0.98% | 0.49% | - |
| XYZ | 7.05 | 3.25 | 19.32 | - |
| YUV | 39.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 124 | 0.35 | 0.98 | 0 | 0.51 | 278.85 | 0.97 | 0.25 |
| Hex | 51 | 2 | 7C | 23 | 62 | 0 | 33 | 117 | 61 | 19 |
| Octal | 121 | 2 | 174 | 43 | 142 | 0 | 63 | 427 | 141 | 31 |
| Binary | 1010001 | 10 | 1111100 | 100011 | 1100010 | 0 | 110011 | 100010111 | 1100001 | 11001 |
Color Harmonies of #51027C
Complementary color
Monochromatic Colors of #51027C
Black with #51027C
Text Example
Text Example
White with #51027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51027C; }
p { color: rgb(81,2,124); }
H1.HeaderClassName
{
color: #51027C;
}
.AnyTagClassName
{
color: #51027C;
}
</style>
background-color css
<style>
a { background-color: #51027C; }
a { background-color: rgb(81,2,124); }
div.DivClassName
{
background-color: #51027C;
}
.BgClassName
{
background-color: #51027C;
}
</style>
border-color css
<style>
span { border-color: #51027C; }
span { border-color: rgb(81,2,124); }
td.TdClassName
{
border-color: #51027C;
}
.TagClassName
{
border-color: #51027C;
}
</style>