Html Css Color HEX #402539 Melanzane

📋 copy color: '#402539'

red 64 ◦ green 37 ◦ blue 57

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

Shades of Melanzane #402539

Tints of Melanzane #402539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 40.51%
G = 23.42%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#402539 (or 0x402539) is known color: Melanzane. HEX triplet: 40, 25 and 39. RGB value is (64,37,57). Sum of RGB (Red+Green+Blue) = 64+37+57=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402539 is #BFDAC6. Grayscale: #2F2F2F. Windows color (decimal): -12573383 or 3745088. OLE color: 3745088.

HSL color Cylindrical-coordinate representation of color #402539: hue angle of 315.56º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402539 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 57 -
CMYK 0 0.42 0.11 0.75
HSL 315.56º 0.27% 0.2% -
HSV(B) 315.56º 0.42% 0.25% -
XYZ 3.51 2.71 4.21 -
YUV 47.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 64 37 57 0 0.42 0.11 0.75 315.56 0.27 0.2
Hex 40 25 39 0 2A B 4B 13C 1B 14
Octal 100 45 71 0 52 13 113 474 33 24
Binary 1000000 100101 111001 0 101010 1011 1001011 100111100 11011 10100

Color Harmonies of #402539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402539

Black with #402539

Text Example


Text Example

White with #402539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402539; }

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

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

background-color css

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

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

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

border-color css

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

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

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