Html Css Color HEX #403576 Minsk

📋 copy color: '#403576'

red 64 ◦ green 53 ◦ blue 118

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

Shades of Minsk #403576

Tints of Minsk #403576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 27.23%
G = 22.55%
B = 50.21%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403576 (or 0x403576) is known color: Minsk. HEX triplet: 40, 35 and 76. RGB value is (64,53,118). Sum of RGB (Red+Green+Blue) = 64+53+118=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #403576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403576 is #BFCA89. Grayscale: #3F3F3F. Windows color (decimal): -12569226 or 7746880. OLE color: 7746880.

HSL color Cylindrical-coordinate representation of color #403576: hue angle of 250.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403576 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 53 118 -
CMYK 0.46 0.55 0 0.54
HSL 250.15º 0.38% 0.34% -
HSV(B) 250.15º 0.55% 0.46% -
XYZ 6.66 4.94 17.74 -
YUV 63.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 64 53 118 0.46 0.55 0 0.54 250.15 0.38 0.34
Hex 40 35 76 2E 37 0 36 FA 26 22
Octal 100 65 166 56 67 0 66 372 46 42
Binary 1000000 110101 1110110 101110 110111 0 110110 11111010 100110 100010

Color Harmonies of #403576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403576

Black with #403576

Text Example


Text Example

White with #403576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403576; }

 p { color: rgb(64,53,118); }

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

background-color css

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

 a { background-color: rgb(64,53,118); }

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

border-color css

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

 span { border-color: rgb(64,53,118); }

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