Html Css Color HEX #40213A Melanzane

📋 copy color: '#40213A'

red 64 ◦ green 33 ◦ blue 58

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

Shades of Melanzane #40213A

Tints of Melanzane #40213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 41.29%
G = 21.29%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40213A (or 0x40213A) is known color: Melanzane. HEX triplet: 40, 21 and 3A. RGB value is (64,33,58). Sum of RGB (Red+Green+Blue) = 64+33+58=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #40213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40213A is #BFDEC5. Grayscale: #2D2D2D. Windows color (decimal): -12574406 or 3809600. OLE color: 3809600.

HSL color Cylindrical-coordinate representation of color #40213A: hue angle of 311.61º 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 #40213A is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 33 58 -
CMYK 0 0.48 0.09 0.75
HSL 311.61º 0.32% 0.19% -
HSV(B) 311.61º 0.48% 0.25% -
XYZ 3.42 2.48 4.3 -
YUV 45.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 64 33 58 0 0.48 0.09 0.75 311.61 0.32 0.19
Hex 40 21 3A 0 30 9 4B 138 20 13
Octal 100 41 72 0 60 11 113 470 40 23
Binary 1000000 100001 111010 0 110000 1001 1001011 100111000 100000 10011

Color Harmonies of #40213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40213A

Black with #40213A

Text Example


Text Example

White with #40213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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