Html Css Color HEX #403964 Minsk

📋 copy color: '#403964'

red 64 ◦ green 57 ◦ blue 100

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

Shades of Minsk #403964

Tints of Minsk #403964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 100 (39.45% from 255) = 45.25%

R = 28.96%
G = 25.79%
B = 45.25%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403964 (or 0x403964) is known color: Minsk. HEX triplet: 40, 39 and 64. RGB value is (64,57,100). Sum of RGB (Red+Green+Blue) = 64+57+100=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #403964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403964 is #BFC69B. Grayscale: #3F3F3F. Windows color (decimal): -12568220 or 6568256. OLE color: 6568256.

HSL color Cylindrical-coordinate representation of color #403964: hue angle of 249.77º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #403964 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 57 100 -
CMYK 0.36 0.43 0 0.61
HSL 249.77º 0.27% 0.31% -
HSV(B) 249.77º 0.43% 0.39% -
XYZ 5.88 4.94 12.7 -
YUV 64 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 64 57 100 0.36 0.43 0 0.61 249.77 0.27 0.31
Hex 40 39 64 24 2B 0 3D FA 1B 1F
Octal 100 71 144 44 53 0 75 372 33 37
Binary 1000000 111001 1100100 100100 101011 0 111101 11111010 11011 11111

Color Harmonies of #403964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403964

Black with #403964

Text Example


Text Example

White with #403964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403964; }

 p { color: rgb(64,57,100); }

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

background-color css

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

 a { background-color: rgb(64,57,100); }

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

border-color css

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

 span { border-color: rgb(64,57,100); }

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