#413775

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

Shades of Minsk #413775

Tints of Minsk #413775

Color information

#413775 (or 0x413775) is unknown color: approx Minsk. HEX triplet: 41, 37 and 75. RGB value is (65,55,117). Sum of RGB (Red+Green+Blue) = 65+55+117=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #413775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413775 is #BEC88A. Grayscale: #404040. Windows color (decimal): -12503179 or 7681857. OLE color: 7681857.

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

Color convert

RGB6555117-
CMYK0.440.5300.54
HSL249.68º36.05%33.73%-
HSV(B)249.68º52.99%45.88%-
XYZ6.765.1417.47-
YUV65.06157.31127.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=27.43%
G=23.21%
B=49.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65551170.440.5300.54249.6836.0533.73
Hex4137752C35036fa2422
Octal1016716554650663724442
Binary10000011101111110101101100110101011011011111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413775; }

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

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

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

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

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

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

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

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