Html Css Color HEX #403172 Minsk

📋 copy color: '#403172'

red 64 ◦ green 49 ◦ blue 114

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

Shades of Minsk #403172

Tints of Minsk #403172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 28.19%
G = 21.59%
B = 50.22%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403172 (or 0x403172) is known color: Minsk. HEX triplet: 40, 31 and 72. RGB value is (64,49,114). Sum of RGB (Red+Green+Blue) = 64+49+114=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #403172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403172 is #BFCE8D. Grayscale: #3C3C3C. Windows color (decimal): -12570254 or 7483712. OLE color: 7483712.

HSL color Cylindrical-coordinate representation of color #403172: hue angle of 253.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403172 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 49 114 -
CMYK 0.44 0.57 0 0.55
HSL 253.85º 0.4% 0.32% -
HSV(B) 253.85º 0.57% 0.45% -
XYZ 6.25 4.5 16.46 -
YUV 60.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 64 49 114 0.44 0.57 0 0.55 253.85 0.4 0.32
Hex 40 31 72 2C 39 0 37 FE 28 20
Octal 100 61 162 54 71 0 67 376 50 40
Binary 1000000 110001 1110010 101100 111001 0 110111 11111110 101000 100000

Color Harmonies of #403172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403172

Black with #403172

Text Example


Text Example

White with #403172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403172; }

 p { color: rgb(64,49,114); }

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

background-color css

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

 a { background-color: rgb(64,49,114); }

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

border-color css

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

 span { border-color: rgb(64,49,114); }

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