Html Css Color HEX #40326F Minsk

📋 copy color: '#40326F'

red 64 ◦ green 50 ◦ blue 111

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

Shades of Minsk #40326F

Tints of Minsk #40326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 28.44%
G = 22.22%
B = 49.33%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40326F (or 0x40326F) is known color: Minsk. HEX triplet: 40, 32 and 6F. RGB value is (64,50,111). Sum of RGB (Red+Green+Blue) = 64+50+111=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #40326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40326F is #BFCD90. Grayscale: #3C3C3C. Windows color (decimal): -12570001 or 7287360. OLE color: 7287360.

HSL color Cylindrical-coordinate representation of color #40326F: hue angle of 253.77º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40326F is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 50 111 -
CMYK 0.42 0.55 0 0.56
HSL 253.77º 0.38% 0.32% -
HSV(B) 253.77º 0.55% 0.44% -
XYZ 6.12 4.52 15.59 -
YUV 61.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 64 50 111 0.42 0.55 0 0.56 253.77 0.38 0.32
Hex 40 32 6F 2A 37 0 38 FE 26 20
Octal 100 62 157 52 67 0 70 376 46 40
Binary 1000000 110010 1101111 101010 110111 0 111000 11111110 100110 100000

Color Harmonies of #40326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40326F

Black with #40326F

Text Example


Text Example

White with #40326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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