#44316B

Color #44316B Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #44316B

Tints of Minsk #44316B

Color information

#44316B (or 0x44316B) is unknown color: approx Minsk. HEX triplet: 44, 31 and 6B. RGB value is (68,49,107). Sum of RGB (Red+Green+Blue) = 68+49+107=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #44316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44316B is #BBCE94. Grayscale: #3D3D3D. Windows color (decimal): -12308117 or 7024964. OLE color: 7024964.

HSL color Cylindrical-coordinate representation of color #44316B: hue angle of 259.66º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44316B is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6849107-
CMYK0.360.5400.58
HSL259.66º37.18%30.59%-
HSV(B)259.66º54.21%41.96%-
XYZ6.144.4914.45-
YUV61.29153.79132.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=30.36%
G=21.88%
B=47.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68491070.360.5400.58259.6637.1830.59
Hex44316B243603A104251f
Octal1046115344660724044537
Binary10001001100011101011100100110110011101010000010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44316B; }

 p { color: rgb(68,49,107); }

 H1.HeaderClassName
 {
   color: #44316B;
 }
 .AnyTagClassName
 {
   color: #44316B;
 }
</style>
background-color css

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

 a { background-color: rgb(68,49,107); }

 div.DivClassName
 {
   background-color: #44316B;
 }
 .BgClassName
 {
   background-color: #44316B;
 }
</style>
border-color css

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

 span { border-color: rgb(68,49,107); }

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