Html Css Color HEX #402239 Melanzane

📋 copy color: '#402239'

red 64 ◦ green 34 ◦ blue 57

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

Shades of Melanzane #402239

Tints of Melanzane #402239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 41.29%
G = 21.94%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#402239 (or 0x402239) is known color: Melanzane. HEX triplet: 40, 22 and 39. RGB value is (64,34,57). Sum of RGB (Red+Green+Blue) = 64+34+57=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #402239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402239 is #BFDDC6. Grayscale: #2D2D2D. Windows color (decimal): -12574151 or 3744320. OLE color: 3744320.

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

Color convert

RGB 64 34 57 -
CMYK 0 0.47 0.11 0.75
HSL 314º 0.31% 0.19% -
HSV(B) 314º 0.47% 0.25% -
XYZ 3.42 2.53 4.18 -
YUV 45.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 64 34 57 0 0.47 0.11 0.75 314 0.31 0.19
Hex 40 22 39 0 2F B 4B 13A 1F 13
Octal 100 42 71 0 57 13 113 472 37 23
Binary 1000000 100010 111001 0 101111 1011 1001011 100111010 11111 10011

Color Harmonies of #402239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402239

Black with #402239

Text Example


Text Example

White with #402239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402239; }

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

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

background-color css

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

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

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

border-color css

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

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

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