Html Css Color HEX #403167 Minsk

📋 copy color: '#403167'

red 64 ◦ green 49 ◦ blue 103

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

Shades of Minsk #403167

Tints of Minsk #403167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 103 (40.63% from 255) = 47.69%

R = 29.63%
G = 22.69%
B = 47.69%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#403167 (or 0x403167) is known color: Minsk. HEX triplet: 40, 31 and 67. RGB value is (64,49,103). Sum of RGB (Red+Green+Blue) = 64+49+103=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #403167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403167 is #BFCE98. Grayscale: #3B3B3B. Windows color (decimal): -12570265 or 6762816. OLE color: 6762816.

HSL color Cylindrical-coordinate representation of color #403167: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403167 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 49 103 -
CMYK 0.38 0.52 0 0.60
HSL 256.67º 0.36% 0.3% -
HSV(B) 256.67º 0.52% 0.4% -
XYZ 5.66 4.27 13.36 -
YUV 59.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 64 49 103 0.38 0.52 0 0.60 256.67 0.36 0.3
Hex 40 31 67 26 34 0 3C 101 24 1E
Octal 100 61 147 46 64 0 74 401 44 36
Binary 1000000 110001 1100111 100110 110100 0 111100 100000001 100100 11110

Color Harmonies of #403167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403167

Black with #403167

Text Example


Text Example

White with #403167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403167; }

 p { color: rgb(64,49,103); }

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

background-color css

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

 a { background-color: rgb(64,49,103); }

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

border-color css

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

 span { border-color: rgb(64,49,103); }

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