Html Css Color HEX #40316D Minsk

📋 copy color: '#40316D'

red 64 ◦ green 49 ◦ blue 109

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

Shades of Minsk #40316D

Tints of Minsk #40316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

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

R = 28.83%
G = 22.07%
B = 49.1%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40316D (or 0x40316D) is known color: Minsk. HEX triplet: 40, 31 and 6D. RGB value is (64,49,109). Sum of RGB (Red+Green+Blue) = 64+49+109=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #40316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40316D is #BFCE92. Grayscale: #3C3C3C. Windows color (decimal): -12570259 or 7156032. OLE color: 7156032.

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

Color convert

RGB 64 49 109 -
CMYK 0.41 0.55 0 0.57
HSL 255º 0.38% 0.31% -
HSV(B) 255º 0.55% 0.43% -
XYZ 5.97 4.39 15 -
YUV 60.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 64 49 109 0.41 0.55 0 0.57 255 0.38 0.31
Hex 40 31 6D 29 37 0 39 FF 26 1F
Octal 100 61 155 51 67 0 71 377 46 37
Binary 1000000 110001 1101101 101001 110111 0 111001 11111111 100110 11111

Color Harmonies of #40316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40316D

Black with #40316D

Text Example


Text Example

White with #40316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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