Html Css Color HEX #403471 Minsk

📋 copy color: '#403471'

red 64 ◦ green 52 ◦ blue 113

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

Shades of Minsk #403471

Tints of Minsk #403471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 27.95%
G = 22.71%
B = 49.34%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403471 (or 0x403471) is known color: Minsk. HEX triplet: 40, 34 and 71. RGB value is (64,52,113). Sum of RGB (Red+Green+Blue) = 64+52+113=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #403471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403471 is #BFCB8E. Grayscale: #3E3E3E. Windows color (decimal): -12569487 or 7418944. OLE color: 7418944.

HSL color Cylindrical-coordinate representation of color #403471: hue angle of 251.8º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403471 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 52 113 -
CMYK 0.43 0.54 0 0.56
HSL 251.8º 0.37% 0.32% -
HSV(B) 251.8º 0.54% 0.44% -
XYZ 6.32 4.74 16.2 -
YUV 62.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 64 52 113 0.43 0.54 0 0.56 251.8 0.37 0.32
Hex 40 34 71 2B 36 0 38 FC 25 20
Octal 100 64 161 53 66 0 70 374 45 40
Binary 1000000 110100 1110001 101011 110110 0 111000 11111100 100101 100000

Color Harmonies of #403471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403471

Black with #403471

Text Example


Text Example

White with #403471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403471; }

 p { color: rgb(64,52,113); }

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

background-color css

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

 a { background-color: rgb(64,52,113); }

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

border-color css

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

 span { border-color: rgb(64,52,113); }

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