#41326C

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

Shades of Minsk #41326C

Tints of Minsk #41326C

Color information

#41326C (or 0x41326C) is unknown color: approx Minsk. HEX triplet: 41, 32 and 6C. RGB value is (65,50,108). Sum of RGB (Red+Green+Blue) = 65+50+108=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #41326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41326C is #BECD93. Grayscale: #3C3C3C. Windows color (decimal): -12504468 or 7090753. OLE color: 7090753.

HSL color Cylindrical-coordinate representation of color #41326C: hue angle of 255.52º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41326C is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6550108-
CMYK0.400.5400.58
HSL255.52º36.71%30.98%-
HSV(B)255.52º53.7%42.35%-
XYZ6.034.4914.74-
YUV61.1154.47130.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=29.15%
G=22.42%
B=48.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65501080.400.5400.58255.5236.7130.98
Hex41326C283603A100251f
Octal1016215450660724004537
Binary10000011100101101100101000110110011101010000000010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41326C; }

 p { color: rgb(65,50,108); }

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

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

 a { background-color: rgb(65,50,108); }

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

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

 span { border-color: rgb(65,50,108); }

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