Html Css Color HEX #403772 Minsk

📋 copy color: '#403772'

red 64 ◦ green 55 ◦ blue 114

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

Shades of Minsk #403772

Tints of Minsk #403772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 27.47%
G = 23.61%
B = 48.93%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403772 (or 0x403772) is known color: Minsk. HEX triplet: 40, 37 and 72. RGB value is (64,55,114). Sum of RGB (Red+Green+Blue) = 64+55+114=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #403772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403772 is #BFC88D. Grayscale: #404040. Windows color (decimal): -12568718 or 7485248. OLE color: 7485248.

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

Color convert

RGB 64 55 114 -
CMYK 0.44 0.52 0 0.55
HSL 249.15º 0.35% 0.33% -
HSV(B) 249.15º 0.52% 0.45% -
XYZ 6.52 5.04 16.55 -
YUV 64.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 64 55 114 0.44 0.52 0 0.55 249.15 0.35 0.33
Hex 40 37 72 2C 34 0 37 F9 23 21
Octal 100 67 162 54 64 0 67 371 43 41
Binary 1000000 110111 1110010 101100 110100 0 110111 11111001 100011 100001

Color Harmonies of #403772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403772

Black with #403772

Text Example


Text Example

White with #403772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403772; }

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

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

background-color css

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

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

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

border-color css

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

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

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