#413864

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

Shades of Minsk #413864

Tints of Minsk #413864

Color information

#413864 (or 0x413864) is unknown color: approx Minsk. HEX triplet: 41, 38 and 64. RGB value is (65,56,100). Sum of RGB (Red+Green+Blue) = 65+56+100=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #413864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413864 is #BEC79B. Grayscale: #3F3F3F. Windows color (decimal): -12502940 or 6568001. OLE color: 6568001.

HSL color Cylindrical-coordinate representation of color #413864: hue angle of 252.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413864 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6556100-
CMYK0.350.4400.61
HSL252.27º28.21%30.59%-
HSV(B)252.27º44%39.22%-
XYZ5.894.8712.69-
YUV63.71148.48128.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=29.41%
G=25.34%
B=45.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65561000.350.4400.61252.2728.2130.59
Hex413864232C03Dfc1c1f
Octal1017014443540753743437
Binary100000111100011001001000111011000111101111111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413864; }

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

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

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

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

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

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

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

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