Html Css Color HEX #40326D Minsk

📋 copy color: '#40326D'

red 64 ◦ green 50 ◦ blue 109

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

Shades of Minsk #40326D

Tints of Minsk #40326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 28.7%
G = 22.42%
B = 48.88%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40326D (or 0x40326D) is known color: Minsk. HEX triplet: 40, 32 and 6D. RGB value is (64,50,109). Sum of RGB (Red+Green+Blue) = 64+50+109=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #40326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40326D is #BFCD92. Grayscale: #3C3C3C. Windows color (decimal): -12570003 or 7156288. OLE color: 7156288.

HSL color Cylindrical-coordinate representation of color #40326D: hue angle of 254.24º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40326D is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 50 109 -
CMYK 0.41 0.54 0 0.57
HSL 254.24º 0.37% 0.31% -
HSV(B) 254.24º 0.54% 0.43% -
XYZ 6.02 4.48 15.01 -
YUV 60.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 64 50 109 0.41 0.54 0 0.57 254.24 0.37 0.31
Hex 40 32 6D 29 36 0 39 FE 25 1F
Octal 100 62 155 51 66 0 71 376 45 37
Binary 1000000 110010 1101101 101001 110110 0 111001 11111110 100101 11111

Color Harmonies of #40326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40326D

Black with #40326D

Text Example


Text Example

White with #40326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40326D; }

 p { color: rgb(64,50,109); }

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

background-color css

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

 a { background-color: rgb(64,50,109); }

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

border-color css

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

 span { border-color: rgb(64,50,109); }

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