Html Css Color HEX #412138 Melanzane

📋 copy color: '#412138'

red 65 ◦ green 33 ◦ blue 56

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

Shades of Melanzane #412138

Tints of Melanzane #412138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 42.21%
G = 21.43%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#412138 (or 0x412138) is known color: Melanzane. HEX triplet: 41, 21 and 38. RGB value is (65,33,56). Sum of RGB (Red+Green+Blue) = 65+33+56=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412138 is #BEDEC7. Grayscale: #2D2D2D. Windows color (decimal): -12508872 or 3678529. OLE color: 3678529.

HSL color Cylindrical-coordinate representation of color #412138: hue angle of 316.88º 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 #412138 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 33 56 -
CMYK 0 0.49 0.14 0.75
HSL 316.88º 0.33% 0.19% -
HSV(B) 316.88º 0.49% 0.25% -
XYZ 3.44 2.5 4.04 -
YUV 45.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 65 33 56 0 0.49 0.14 0.75 316.88 0.33 0.19
Hex 41 21 38 0 31 E 4B 13D 21 13
Octal 101 41 70 0 61 16 113 475 41 23
Binary 1000001 100001 111000 0 110001 1110 1001011 100111101 100001 10011

Color Harmonies of #412138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412138

Black with #412138

Text Example


Text Example

White with #412138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412138; }

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

 H1.HeaderClassName
 {
   color: #412138;
 }
 .AnyTagClassName
 {
   color: #412138;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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