Html Css Color HEX #412139 Melanzane

📋 copy color: '#412139'

red 65 ◦ green 33 ◦ blue 57

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

Shades of Melanzane #412139

Tints of Melanzane #412139

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 value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 65 33 57 -
CMYK 0 0.49 0.12 0.75
HSL 315º 0.33% 0.19% -
HSV(B) 315º 0.49% 0.25% -
XYZ 3.46 2.51 4.17 -
YUV 45.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 65 33 57 0 0.49 0.12 0.75 315 0.33 0.19
Hex 41 21 39 0 31 C 4B 13B 21 13
Octal 101 41 71 0 61 14 113 473 41 23
Binary 1000001 100001 111001 0 110001 1100 1001011 100111011 100001 10011

Color Harmonies of #412139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412139

Black with #412139

Text Example


Text Example

White with #412139

Text Example


Text Example

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