Shades of Ming #40817C
Tints of Ming #40817C
RGB
CMYK
RGB Variations
Color information
#40817C (or 0x40817C) is known color: Ming. HEX triplet: 40, 81 and 7C. RGB value is (64,129,124). Sum of RGB (Red+Green+Blue) = 64+129+124=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #40817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40817C is #BF7E83. Grayscale: #6C6C6C. Windows color (decimal): -12549764 or 8159552. OLE color: 8159552.
HSL color Cylindrical-coordinate representation of color #40817C: hue angle of 175.38º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40817C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 124 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.49 |
| HSL | 175.38º | 0.34% | 0.38% | - |
| HSV(B) | 175.38º | 0.5% | 0.51% | - |
| XYZ | 13.6 | 18.25 | 21.87 | - |
| YUV | 109 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 124 | 0.50 | 0 | 0.04 | 0.49 | 175.38 | 0.34 | 0.38 |
| Hex | 40 | 81 | 7C | 32 | 0 | 4 | 31 | AF | 22 | 26 |
| Octal | 100 | 201 | 174 | 62 | 0 | 4 | 61 | 257 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1111100 | 110010 | 0 | 100 | 110001 | 10101111 | 100010 | 100110 |
Color Harmonies of #40817C
Complementary color
Monochromatic Colors of #40817C
Black with #40817C
Text Example
Text Example
White with #40817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40817C; }
p { color: rgb(64,129,124); }
H1.HeaderClassName
{
color: #40817C;
}
.AnyTagClassName
{
color: #40817C;
}
</style>
background-color css
<style>
a { background-color: #40817C; }
a { background-color: rgb(64,129,124); }
div.DivClassName
{
background-color: #40817C;
}
.BgClassName
{
background-color: #40817C;
}
</style>
border-color css
<style>
span { border-color: #40817C; }
span { border-color: rgb(64,129,124); }
td.TdClassName
{
border-color: #40817C;
}
.TagClassName
{
border-color: #40817C;
}
</style>