Html Css Color HEX #40316B Minsk

📋 copy color: '#40316B'

red 64 ◦ green 49 ◦ blue 107

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

Shades of Minsk #40316B

Tints of Minsk #40316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 29.09%
G = 22.27%
B = 48.64%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40316B (or 0x40316B) is known color: Minsk. HEX triplet: 40, 31 and 6B. RGB value is (64,49,107). Sum of RGB (Red+Green+Blue) = 64+49+107=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #40316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40316B is #BFCE94. Grayscale: #3B3B3B. Windows color (decimal): -12570261 or 7024960. OLE color: 7024960.

HSL color Cylindrical-coordinate representation of color #40316B: hue angle of 255.52º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40316B is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 49 107 -
CMYK 0.40 0.54 0 0.58
HSL 255.52º 0.37% 0.31% -
HSV(B) 255.52º 0.54% 0.42% -
XYZ 5.87 4.35 14.44 -
YUV 60.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 64 49 107 0.40 0.54 0 0.58 255.52 0.37 0.31
Hex 40 31 6B 28 36 0 3A 100 25 1F
Octal 100 61 153 50 66 0 72 400 45 37
Binary 1000000 110001 1101011 101000 110110 0 111010 100000000 100101 11111

Color Harmonies of #40316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40316B

Black with #40316B

Text Example


Text Example

White with #40316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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