#412039

Color #412039 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #412039

Tints of Melanzane #412039

Color information

#412039 (or 0x412039) is unknown color: approx Melanzane. HEX triplet: 41, 20 and 39. RGB value is (65,32,57). Sum of RGB (Red+Green+Blue) = 65+32+57=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412039 is #BEDFC6. Grayscale: #2C2C2C. Windows color (decimal): -12509127 or 3743809. OLE color: 3743809.

HSL color Cylindrical-coordinate representation of color #412039: hue angle of 314.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412039 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB653257-
CMYK00.510.120.75
HSL314.55º34.02%19.02%-
HSV(B)314.55º50.77%25.49%-
XYZ3.442.454.16-
YUV44.72134.93142.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 57 (22.66% from 255) = 37.01%
R=42.21%
G=20.78%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65325700.510.120.75314.5534.0219.02
Hex412039033C4B13b2213
Octal1014071063141134734223
Binary100000110000011100101100111100100101110011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412039; }

 p { color: rgb(65,32,57); }

 H1.HeaderClassName
 {
   color: #412039;
 }
 .AnyTagClassName
 {
   color: #412039;
 }
</style>
background-color css

<style>
 a { background-color: #412039; }

 a { background-color: rgb(65,32,57); }

 div.DivClassName
 {
   background-color: #412039;
 }
 .BgClassName
 {
   background-color: #412039;
 }
</style>
border-color css

<style>
 span { border-color: #412039; }

 span { border-color: rgb(65,32,57); }

 td.TdClassName
 {
   border-color: #412039;
 }
 .TagClassName
 {
   border-color: #412039;
 }
</style>