#412438

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

Shades of Melanzane #412438

Tints of Melanzane #412438

Color information

#412438 (or 0x412438) is unknown color: approx Melanzane. HEX triplet: 41, 24 and 38. RGB value is (65,36,56). Sum of RGB (Red+Green+Blue) = 65+36+56=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412438 is #BEDBC7. Grayscale: #2E2E2E. Windows color (decimal): -12508104 or 3679297. OLE color: 3679297.

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

Color convert

RGB653656-
CMYK00.450.140.75
HSL318.62º28.71%19.8%-
HSV(B)318.62º44.62%25.49%-
XYZ3.522.674.07-
YUV46.95133.11140.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=41.40%
G=22.93%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65365600.450.140.75318.6228.7119.8
Hex41243802DE4B13f1d14
Octal1014470055161134773524
Binary10000011001001110000101101111010010111001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412438; }

 p { color: rgb(65,36,56); }

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

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

 a { background-color: rgb(65,36,56); }

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

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

 span { border-color: rgb(65,36,56); }

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