Html Css Color HEX #422039 Melanzane

📋 copy color: '#422039'

red 66 ◦ green 32 ◦ blue 57

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

Shades of Melanzane #422039

Tints of Melanzane #422039

RGB

 RED value IS 66 (26.17% from 255) = 42.58%

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 42.58%
G = 20.65%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#422039 (or 0x422039) is known color: Melanzane. HEX triplet: 42, 20 and 39. RGB value is (66,32,57). Sum of RGB (Red+Green+Blue) = 66+32+57=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422039 is #BDDFC6. Grayscale: #2C2C2C. Windows color (decimal): -12443591 or 3743810. OLE color: 3743810.

HSL color Cylindrical-coordinate representation of color #422039: hue angle of 315.88º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422039 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 32 57 -
CMYK 0 0.52 0.14 0.74
HSL 315.88º 0.35% 0.19% -
HSV(B) 315.88º 0.52% 0.26% -
XYZ 3.5 2.49 4.17 -
YUV 45.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 66 32 57 0 0.52 0.14 0.74 315.88 0.35 0.19
Hex 42 20 39 0 34 E 4A 13C 23 13
Octal 102 40 71 0 64 16 112 474 43 23
Binary 1000010 100000 111001 0 110100 1110 1001010 100111100 100011 10011

Color Harmonies of #422039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422039

Black with #422039

Text Example


Text Example

White with #422039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422039; }

 p { color: rgb(66,32,57); }

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

background-color css

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

 a { background-color: rgb(66,32,57); }

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

border-color css

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

 span { border-color: rgb(66,32,57); }

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