Html Css Color HEX #403678 Minsk

📋 copy color: '#403678'

red 64 ◦ green 54 ◦ blue 120

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

Shades of Minsk #403678

Tints of Minsk #403678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 120 (47.27% from 255) = 50.42%

R = 26.89%
G = 22.69%
B = 50.42%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403678 (or 0x403678) is known color: Minsk. HEX triplet: 40, 36 and 78. RGB value is (64,54,120). Sum of RGB (Red+Green+Blue) = 64+54+120=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #403678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403678 is #BFC987. Grayscale: #404040. Windows color (decimal): -12568968 or 7878208. OLE color: 7878208.

HSL color Cylindrical-coordinate representation of color #403678: hue angle of 249.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403678 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 54 120 -
CMYK 0.47 0.55 0 0.53
HSL 249.09º 0.38% 0.34% -
HSV(B) 249.09º 0.55% 0.47% -
XYZ 6.82 5.08 18.39 -
YUV 64.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 64 54 120 0.47 0.55 0 0.53 249.09 0.38 0.34
Hex 40 36 78 2F 37 0 35 F9 26 22
Octal 100 66 170 57 67 0 65 371 46 42
Binary 1000000 110110 1111000 101111 110111 0 110101 11111001 100110 100010

Color Harmonies of #403678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403678

Black with #403678

Text Example


Text Example

White with #403678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403678; }

 p { color: rgb(64,54,120); }

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

background-color css

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

 a { background-color: rgb(64,54,120); }

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

border-color css

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

 span { border-color: rgb(64,54,120); }

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