#412539

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

Shades of Melanzane #412539

Tints of Melanzane #412539

Color information

#412539 (or 0x412539) is unknown color: approx Melanzane. HEX triplet: 41, 25 and 39. RGB value is (65,37,57). Sum of RGB (Red+Green+Blue) = 65+37+57=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412539 is #BEDAC6. Grayscale: #2F2F2F. Windows color (decimal): -12507847 or 3745089. OLE color: 3745089.

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

Color convert

RGB653757-
CMYK00.430.120.75
HSL317.14º27.45%20%-
HSV(B)317.14º43.08%25.49%-
XYZ3.582.744.21-
YUV47.65133.28140.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=40.88%
G=23.27%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65375700.430.120.75317.1427.4520
Hex41253902BC4B13d1b14
Octal1014571053141134753324
Binary10000011001011110010101011110010010111001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412539; }

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

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

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

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

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

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

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

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