Html Css Color HEX #403B61 Minsk

📋 copy color: '#403B61'

red 64 ◦ green 59 ◦ blue 97

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

Shades of Minsk #403B61

Tints of Minsk #403B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

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

R = 29.09%
G = 26.82%
B = 44.09%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403B61 (or 0x403B61) is known color: Minsk. HEX triplet: 40, 3B and 61. RGB value is (64,59,97). Sum of RGB (Red+Green+Blue) = 64+59+97=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #403B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B61 is #BFC49E. Grayscale: #404040. Windows color (decimal): -12567711 or 6372160. OLE color: 6372160.

HSL color Cylindrical-coordinate representation of color #403B61: hue angle of 247.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403B61 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 59 97 -
CMYK 0.34 0.39 0 0.62
HSL 247.89º 0.24% 0.31% -
HSV(B) 247.89º 0.39% 0.38% -
XYZ 5.84 5.08 11.98 -
YUV 64.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 64 59 97 0.34 0.39 0 0.62 247.89 0.24 0.31
Hex 40 3B 61 22 27 0 3E F8 18 1F
Octal 100 73 141 42 47 0 76 370 30 37
Binary 1000000 111011 1100001 100010 100111 0 111110 11111000 11000 11111

Color Harmonies of #403B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B61

Black with #403B61

Text Example


Text Example

White with #403B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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