Html Css Color HEX #403271 Minsk

📋 copy color: '#403271'

red 64 ◦ green 50 ◦ blue 113

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

Shades of Minsk #403271

Tints of Minsk #403271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

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

R = 28.19%
G = 22.03%
B = 49.78%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403271 (or 0x403271) is known color: Minsk. HEX triplet: 40, 32 and 71. RGB value is (64,50,113). Sum of RGB (Red+Green+Blue) = 64+50+113=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #403271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403271 is #BFCD8E. Grayscale: #3D3D3D. Windows color (decimal): -12569999 or 7418432. OLE color: 7418432.

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

Color convert

RGB 64 50 113 -
CMYK 0.43 0.56 0 0.56
HSL 253.33º 0.39% 0.32% -
HSV(B) 253.33º 0.56% 0.44% -
XYZ 6.24 4.56 16.17 -
YUV 61.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 64 50 113 0.43 0.56 0 0.56 253.33 0.39 0.32
Hex 40 32 71 2B 38 0 38 FD 27 20
Octal 100 62 161 53 70 0 70 375 47 40
Binary 1000000 110010 1110001 101011 111000 0 111000 11111101 100111 100000

Color Harmonies of #403271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403271

Black with #403271

Text Example


Text Example

White with #403271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403271; }

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

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

background-color css

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

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

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

border-color css

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

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

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