Shades of Ming #41807A
Tints of Ming #41807A
RGB
CMYK
RGB Variations
Color information
#41807A (or 0x41807A) is known color: Ming. HEX triplet: 41, 80 and 7A. RGB value is (65,128,122). Sum of RGB (Red+Green+Blue) = 65+128+122=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #41807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41807A is #BE7F85. Grayscale: #6C6C6C. Windows color (decimal): -12484486 or 8028225. OLE color: 8028225.
HSL color Cylindrical-coordinate representation of color #41807A: hue angle of 174.29º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41807A is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 122 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.50 |
| HSL | 174.29º | 0.33% | 0.38% | - |
| HSV(B) | 174.29º | 0.49% | 0.5% | - |
| XYZ | 13.41 | 17.97 | 21.17 | - |
| YUV | 108.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 122 | 0.49 | 0 | 0.05 | 0.50 | 174.29 | 0.33 | 0.38 |
| Hex | 41 | 80 | 7A | 31 | 0 | 5 | 32 | AE | 21 | 26 |
| Octal | 101 | 200 | 172 | 61 | 0 | 5 | 62 | 256 | 41 | 46 |
| Binary | 1000001 | 10000000 | 1111010 | 110001 | 0 | 101 | 110010 | 10101110 | 100001 | 100110 |
Color Harmonies of #41807A
Complementary color
Monochromatic Colors of #41807A
Black with #41807A
Text Example
Text Example
White with #41807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41807A; }
p { color: rgb(65,128,122); }
H1.HeaderClassName
{
color: #41807A;
}
.AnyTagClassName
{
color: #41807A;
}
</style>
background-color css
<style>
a { background-color: #41807A; }
a { background-color: rgb(65,128,122); }
div.DivClassName
{
background-color: #41807A;
}
.BgClassName
{
background-color: #41807A;
}
</style>
border-color css
<style>
span { border-color: #41807A; }
span { border-color: rgb(65,128,122); }
td.TdClassName
{
border-color: #41807A;
}
.TagClassName
{
border-color: #41807A;
}
</style>