Html Css Color HEX #403861 Minsk

📋 copy color: '#403861'

red 64 ◦ green 56 ◦ blue 97

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

Shades of Minsk #403861

Tints of Minsk #403861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 29.49%
G = 25.81%
B = 44.7%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403861 (or 0x403861) is known color: Minsk. HEX triplet: 40, 38 and 61. RGB value is (64,56,97). Sum of RGB (Red+Green+Blue) = 64+56+97=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #403861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403861 is #BFC79E. Grayscale: #3E3E3E. Windows color (decimal): -12568479 or 6371392. OLE color: 6371392.

HSL color Cylindrical-coordinate representation of color #403861: hue angle of 251.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403861 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 56 97 -
CMYK 0.34 0.42 0 0.62
HSL 251.71º 0.27% 0.3% -
HSV(B) 251.71º 0.42% 0.38% -
XYZ 5.69 4.78 11.93 -
YUV 63.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 64 56 97 0.34 0.42 0 0.62 251.71 0.27 0.3
Hex 40 38 61 22 2A 0 3E FC 1B 1E
Octal 100 70 141 42 52 0 76 374 33 36
Binary 1000000 111000 1100001 100010 101010 0 111110 11111100 11011 11110

Color Harmonies of #403861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403861

Black with #403861

Text Example


Text Example

White with #403861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403861; }

 p { color: rgb(64,56,97); }

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

background-color css

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

 a { background-color: rgb(64,56,97); }

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

border-color css

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

 span { border-color: rgb(64,56,97); }

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