Html Css Color HEX #412438 Melanzane

📋 copy color: '#412438'

red 65 ◦ green 36 ◦ blue 56

#412438
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #412438

Tints of Melanzane #412438

RGB

 RED value IS 65 (25.78% from 255) = 41.4%

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 56 (22.27% from 255) = 35.67%

R = 41.4%
G = 22.93%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#412438 (or 0x412438) is known color: 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

RGB 65 36 56 -
CMYK 0 0.45 0.14 0.75
HSL 318.62º 0.29% 0.2% -
HSV(B) 318.62º 0.45% 0.25% -
XYZ 3.52 2.67 4.07 -
YUV 46.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 65 36 56 0 0.45 0.14 0.75 318.62 0.29 0.2
Hex 41 24 38 0 2D E 4B 13F 1D 14
Octal 101 44 70 0 55 16 113 477 35 24
Binary 1000001 100100 111000 0 101101 1110 1001011 100111111 11101 10100

Color Harmonies of #412438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412438

Black with #412438

Text Example


Text Example

White with #412438

Text Example


Text Example

HTML Codes & Css Web 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>