Html Css Color HEX #402139 Melanzane

📋 copy color: '#402139'

red 64 ◦ green 33 ◦ blue 57

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

Shades of Melanzane #402139

Tints of Melanzane #402139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 41.56%
G = 21.43%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#402139 (or 0x402139) is known color: Melanzane. HEX triplet: 40, 21 and 39. RGB value is (64,33,57). Sum of RGB (Red+Green+Blue) = 64+33+57=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402139 is #BFDEC6. Grayscale: #2C2C2C. Windows color (decimal): -12574407 or 3744064. OLE color: 3744064.

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

Color convert

RGB 64 33 57 -
CMYK 0 0.48 0.11 0.75
HSL 313.55º 0.32% 0.19% -
HSV(B) 313.55º 0.48% 0.25% -
XYZ 3.4 2.47 4.17 -
YUV 45.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 64 33 57 0 0.48 0.11 0.75 313.55 0.32 0.19
Hex 40 21 39 0 30 B 4B 13A 20 13
Octal 100 41 71 0 60 13 113 472 40 23
Binary 1000000 100001 111001 0 110000 1011 1001011 100111010 100000 10011

Color Harmonies of #402139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402139

Black with #402139

Text Example


Text Example

White with #402139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402139; }

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

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

background-color css

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

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

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

border-color css

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

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

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