Html Css Color HEX #403966 Minsk

📋 copy color: '#403966'

red 64 ◦ green 57 ◦ blue 102

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

Shades of Minsk #403966

Tints of Minsk #403966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 28.7%
G = 25.56%
B = 45.74%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#403966 (or 0x403966) is known color: Minsk. HEX triplet: 40, 39 and 66. RGB value is (64,57,102). Sum of RGB (Red+Green+Blue) = 64+57+102=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #403966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403966 is #BFC699. Grayscale: #404040. Windows color (decimal): -12568218 or 6699328. OLE color: 6699328.

HSL color Cylindrical-coordinate representation of color #403966: hue angle of 249.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403966 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 57 102 -
CMYK 0.37 0.44 0 0.6
HSL 249.33º 0.28% 0.31% -
HSV(B) 249.33º 0.44% 0.4% -
XYZ 5.98 4.98 13.22 -
YUV 64.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 64 57 102 0.37 0.44 0 0.6 249.33 0.28 0.31
Hex 40 39 66 25 2C 0 3C F9 1C 1F
Octal 100 71 146 45 54 0 74 371 34 37
Binary 1000000 111001 1100110 100101 101100 0 111100 11111001 11100 11111

Color Harmonies of #403966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403966

Black with #403966

Text Example


Text Example

White with #403966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403966; }

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

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

background-color css

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

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

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

border-color css

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

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

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