#412139

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

Shades of Melanzane #412139

Tints of Melanzane #412139

Color information

#412139 (or 0x412139) is unknown color: approx Melanzane. HEX triplet: 41, 21 and 39. RGB value is (65,33,57). Sum of RGB (Red+Green+Blue) = 65+33+57=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412139 is #BEDEC6. Grayscale: #2D2D2D. Windows color (decimal): -12508871 or 3744065. OLE color: 3744065.

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

Color convert

RGB653357-
CMYK00.490.120.75
HSL315º32.65%19.22%-
HSV(B)315º49.23%25.49%-
XYZ3.462.514.17-
YUV45.3134.6142.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 57 (22.66% from 255) = 36.77%
R=41.94%
G=21.29%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65335700.490.120.7531532.6519.22
Hex412139031C4B13b2113
Octal1014171061141134734123
Binary100000110000111100101100011100100101110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412139; }

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

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

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

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

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

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

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

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