Html Css Color HEX #403577 Minsk

📋 copy color: '#403577'

red 64 ◦ green 53 ◦ blue 119

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

Shades of Minsk #403577

Tints of Minsk #403577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 27.12%
G = 22.46%
B = 50.42%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403577 (or 0x403577) is known color: Minsk. HEX triplet: 40, 35 and 77. RGB value is (64,53,119). Sum of RGB (Red+Green+Blue) = 64+53+119=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #403577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403577 is #BFCA88. Grayscale: #3F3F3F. Windows color (decimal): -12569225 or 7812416. OLE color: 7812416.

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

Color convert

RGB 64 53 119 -
CMYK 0.46 0.55 0 0.53
HSL 250º 0.38% 0.34% -
HSV(B) 250º 0.55% 0.47% -
XYZ 6.72 4.97 18.06 -
YUV 63.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 64 53 119 0.46 0.55 0 0.53 250 0.38 0.34
Hex 40 35 77 2E 37 0 35 FA 26 22
Octal 100 65 167 56 67 0 65 372 46 42
Binary 1000000 110101 1110111 101110 110111 0 110101 11111010 100110 100010

Color Harmonies of #403577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403577

Black with #403577

Text Example


Text Example

White with #403577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403577; }

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

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

background-color css

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

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

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

border-color css

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

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

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