Html Css Color HEX #40376A Minsk

📋 copy color: '#40376A'

red 64 ◦ green 55 ◦ blue 106

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

Shades of Minsk #40376A

Tints of Minsk #40376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.11%

R = 28.44%
G = 24.44%
B = 47.11%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40376A (or 0x40376A) is known color: Minsk. HEX triplet: 40, 37 and 6A. RGB value is (64,55,106). Sum of RGB (Red+Green+Blue) = 64+55+106=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #40376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40376A is #BFC895. Grayscale: #3F3F3F. Windows color (decimal): -12568726 or 6960960. OLE color: 6960960.

HSL color Cylindrical-coordinate representation of color #40376A: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40376A is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 55 106 -
CMYK 0.40 0.48 0 0.58
HSL 250.59º 0.32% 0.32% -
HSV(B) 250.59º 0.48% 0.42% -
XYZ 6.08 4.86 14.25 -
YUV 63.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 64 55 106 0.40 0.48 0 0.58 250.59 0.32 0.32
Hex 40 37 6A 28 30 0 3A FB 20 20
Octal 100 67 152 50 60 0 72 373 40 40
Binary 1000000 110111 1101010 101000 110000 0 111010 11111011 100000 100000

Color Harmonies of #40376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40376A

Black with #40376A

Text Example


Text Example

White with #40376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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