Html Css Color HEX #402039 Melanzane

📋 copy color: '#402039'

red 64 ◦ green 32 ◦ blue 57

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

Shades of Melanzane #402039

Tints of Melanzane #402039

RGB

 RED value IS 64 (25.39% from 255) = 41.83%

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

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

R = 41.83%
G = 20.92%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#402039 (or 0x402039) is known color: Melanzane. HEX triplet: 40, 20 and 39. RGB value is (64,32,57). Sum of RGB (Red+Green+Blue) = 64+32+57=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #402039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402039 is #BFDFC6. Grayscale: #2C2C2C. Windows color (decimal): -12574663 or 3743808. OLE color: 3743808.

HSL color Cylindrical-coordinate representation of color #402039: hue angle of 313.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402039 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 57 -
CMYK 0 0.50 0.11 0.75
HSL 313.13º 0.33% 0.19% -
HSV(B) 313.13º 0.5% 0.25% -
XYZ 3.37 2.42 4.16 -
YUV 44.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 64 32 57 0 0.50 0.11 0.75 313.13 0.33 0.19
Hex 40 20 39 0 32 B 4B 139 21 13
Octal 100 40 71 0 62 13 113 471 41 23
Binary 1000000 100000 111001 0 110010 1011 1001011 100111001 100001 10011

Color Harmonies of #402039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402039

Black with #402039

Text Example


Text Example

White with #402039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402039; }

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

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

background-color css

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

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

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

border-color css

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

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

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