#413571

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

Shades of Minsk #413571

Tints of Minsk #413571

Color information

#413571 (or 0x413571) is unknown color: approx Minsk. HEX triplet: 41, 35 and 71. RGB value is (65,53,113). Sum of RGB (Red+Green+Blue) = 65+53+113=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #413571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413571 is #BECA8E. Grayscale: #3F3F3F. Windows color (decimal): -12503695 or 7419201. OLE color: 7419201.

HSL color Cylindrical-coordinate representation of color #413571: hue angle of 252º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #413571 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6553113-
CMYK0.420.5300.56
HSL252º36.14%32.55%-
HSV(B)252º53.1%44.31%-
XYZ6.434.8616.22-
YUV63.43155.98129.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=28.14%
G=22.94%
B=48.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65531130.420.5300.5625236.1432.55
Hex4135712A35038fc2421
Octal1016516152650703744441
Binary10000011101011110001101010110101011100011111100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413571; }

 p { color: rgb(65,53,113); }

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

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

 a { background-color: rgb(65,53,113); }

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

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

 span { border-color: rgb(65,53,113); }

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