#413D60

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

Shades of Minsk #413D60

Tints of Minsk #413D60

Color information

#413D60 (or 0x413D60) is unknown color: approx Minsk. HEX triplet: 41, 3D and 60. RGB value is (65,61,96). Sum of RGB (Red+Green+Blue) = 65+61+96=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #413D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D60 is #BEC29F. Grayscale: #424242. Windows color (decimal): -12501664 or 6307137. OLE color: 6307137.

HSL color Cylindrical-coordinate representation of color #413D60: hue angle of 246.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413D60 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656196-
CMYK0.320.3600.62
HSL246.86º22.29%30.78%-
HSV(B)246.86º36.46%37.65%-
XYZ5.965.3111.78-
YUV66.19144.83127.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=29.28%
G=27.48%
B=43.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6561960.320.3600.62246.8622.2930.78
Hex413D60202403Ef7161f
Octal1017514040440763672637
Binary100000111110111000001000001001000111110111101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413D60; }

 p { color: rgb(65,61,96); }

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

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

 a { background-color: rgb(65,61,96); }

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

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

 span { border-color: rgb(65,61,96); }

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