#413873

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

Shades of Minsk #413873

Tints of Minsk #413873

Color information

#413873 (or 0x413873) is unknown color: approx Minsk. HEX triplet: 41, 38 and 73. RGB value is (65,56,115). Sum of RGB (Red+Green+Blue) = 65+56+115=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #413873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413873 is #BEC78C. Grayscale: #414141. Windows color (decimal): -12502925 or 7551041. OLE color: 7551041.

HSL color Cylindrical-coordinate representation of color #413873: hue angle of 249.15º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413873 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6556115-
CMYK0.430.5100.55
HSL249.15º34.5%33.53%-
HSV(B)249.15º51.3%45.1%-
XYZ6.695.1916.87-
YUV65.42155.98127.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=27.54%
G=23.73%
B=48.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65561150.430.5100.55249.1534.533.53
Hex4138732B33037f92322
Octal1017016353630673714342
Binary10000011110001110011101011110011011011111111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413873; }

 p { color: rgb(65,56,115); }

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

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

 a { background-color: rgb(65,56,115); }

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

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

 span { border-color: rgb(65,56,115); }

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