#413771

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

Shades of Minsk #413771

Tints of Minsk #413771

Color information

#413771 (or 0x413771) is unknown color: approx Minsk. HEX triplet: 41, 37 and 71. RGB value is (65,55,113). Sum of RGB (Red+Green+Blue) = 65+55+113=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #413771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413771 is #BEC88E. Grayscale: #404040. Windows color (decimal): -12503183 or 7419713. OLE color: 7419713.

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

Color convert

RGB6555113-
CMYK0.420.5100.56
HSL250.34º34.52%32.94%-
HSV(B)250.34º51.33%44.31%-
XYZ6.535.0516.25-
YUV64.6155.31128.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=27.90%
G=23.61%
B=48.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65551130.420.5100.56250.3434.5232.94
Hex4137712A33038fa2321
Octal1016716152630703724341
Binary10000011101111110001101010110011011100011111010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413771; }

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

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

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

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

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

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

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

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