Html Css Color HEX #403771 Minsk

📋 copy color: '#403771'

red 64 ◦ green 55 ◦ blue 113

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

Shades of Minsk #403771

Tints of Minsk #403771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.71%

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 27.59%
G = 23.71%
B = 48.71%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403771 (or 0x403771) is known color: Minsk. HEX triplet: 40, 37 and 71. RGB value is (64,55,113). Sum of RGB (Red+Green+Blue) = 64+55+113=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #403771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403771 is #BFC88E. Grayscale: #404040. Windows color (decimal): -12568719 or 7419712. OLE color: 7419712.

HSL color Cylindrical-coordinate representation of color #403771: hue angle of 249.31º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403771 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 55 113 -
CMYK 0.43 0.51 0 0.56
HSL 249.31º 0.35% 0.33% -
HSV(B) 249.31º 0.51% 0.44% -
XYZ 6.46 5.01 16.25 -
YUV 64.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 64 55 113 0.43 0.51 0 0.56 249.31 0.35 0.33
Hex 40 37 71 2B 33 0 38 F9 23 21
Octal 100 67 161 53 63 0 70 371 43 41
Binary 1000000 110111 1110001 101011 110011 0 111000 11111001 100011 100001

Color Harmonies of #403771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403771

Black with #403771

Text Example


Text Example

White with #403771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403771; }

 p { color: rgb(64,55,113); }

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

background-color css

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

 a { background-color: rgb(64,55,113); }

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

border-color css

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

 span { border-color: rgb(64,55,113); }

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