Html Css Color HEX #40316F Minsk

📋 copy color: '#40316F'

red 64 ◦ green 49 ◦ blue 111

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

Shades of Minsk #40316F

Tints of Minsk #40316F

RGB

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

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

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

R = 28.57%
G = 21.88%
B = 49.55%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40316F (or 0x40316F) is known color: Minsk. HEX triplet: 40, 31 and 6F. RGB value is (64,49,111). Sum of RGB (Red+Green+Blue) = 64+49+111=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #40316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40316F is #BFCE90. Grayscale: #3C3C3C. Windows color (decimal): -12570257 or 7287104. OLE color: 7287104.

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

Color convert

RGB 64 49 111 -
CMYK 0.42 0.56 0 0.56
HSL 254.52º 0.39% 0.31% -
HSV(B) 254.52º 0.56% 0.44% -
XYZ 6.08 4.43 15.57 -
YUV 60.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 64 49 111 0.42 0.56 0 0.56 254.52 0.39 0.31
Hex 40 31 6F 2A 38 0 38 FF 27 1F
Octal 100 61 157 52 70 0 70 377 47 37
Binary 1000000 110001 1101111 101010 111000 0 111000 11111111 100111 11111

Color Harmonies of #40316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40316F

Black with #40316F

Text Example


Text Example

White with #40316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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