Html Css Color HEX #40366A Minsk

📋 copy color: '#40366A'

red 64 ◦ green 54 ◦ blue 106

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

Shades of Minsk #40366A

Tints of Minsk #40366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 28.57%
G = 24.11%
B = 47.32%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40366A (or 0x40366A) is known color: Minsk. HEX triplet: 40, 36 and 6A. RGB value is (64,54,106). Sum of RGB (Red+Green+Blue) = 64+54+106=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #40366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40366A is #BFC995. Grayscale: #3E3E3E. Windows color (decimal): -12568982 or 6960704. OLE color: 6960704.

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

Color convert

RGB 64 54 106 -
CMYK 0.40 0.49 0 0.58
HSL 251.54º 0.33% 0.31% -
HSV(B) 251.54º 0.49% 0.42% -
XYZ 6.04 4.77 14.24 -
YUV 62.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 64 54 106 0.40 0.49 0 0.58 251.54 0.33 0.31
Hex 40 36 6A 28 31 0 3A FC 20 1F
Octal 100 66 152 50 61 0 72 374 40 37
Binary 1000000 110110 1101010 101000 110001 0 111010 11111100 100000 11111

Color Harmonies of #40366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40366A

Black with #40366A

Text Example


Text Example

White with #40366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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