Shades of Melanzane #411C39
Tints of Melanzane #411C39
RGB
CMYK
RGB Variations
Color information
#411C39 (or 0x411C39) is known color: Melanzane. HEX triplet: 41, 1C and 39. RGB value is (65,28,57). Sum of RGB (Red+Green+Blue) = 65+28+57=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #411C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C39 is #BEE3C6. Grayscale: #2A2A2A. Windows color (decimal): -12510151 or 3742785. OLE color: 3742785.
HSL color Cylindrical-coordinate representation of color #411C39: hue angle of 312.97º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C39 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 57 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.75 |
| HSL | 312.97º | 0.4% | 0.18% | - |
| HSV(B) | 312.97º | 0.57% | 0.25% | - |
| XYZ | 3.33 | 2.25 | 4.13 | - |
| YUV | 42.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 57 | 0 | 0.57 | 0.12 | 0.75 | 312.97 | 0.4 | 0.18 |
| Hex | 41 | 1C | 39 | 0 | 39 | C | 4B | 139 | 28 | 12 |
| Octal | 101 | 34 | 71 | 0 | 71 | 14 | 113 | 471 | 50 | 22 |
| Binary | 1000001 | 11100 | 111001 | 0 | 111001 | 1100 | 1001011 | 100111001 | 101000 | 10010 |
Color Harmonies of #411C39
Complementary color
Monochromatic Colors of #411C39
Black with #411C39
Text Example
Text Example
White with #411C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C39; }
p { color: rgb(65,28,57); }
H1.HeaderClassName
{
color: #411C39;
}
.AnyTagClassName
{
color: #411C39;
}
</style>
background-color css
<style>
a { background-color: #411C39; }
a { background-color: rgb(65,28,57); }
div.DivClassName
{
background-color: #411C39;
}
.BgClassName
{
background-color: #411C39;
}
</style>
border-color css
<style>
span { border-color: #411C39; }
span { border-color: rgb(65,28,57); }
td.TdClassName
{
border-color: #411C39;
}
.TagClassName
{
border-color: #411C39;
}
</style>