#41326d

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

Shades of Minsk #41326D

Tints of Minsk #41326D

Color information

#41326D (or 0x41326D) is unknown color: approx Minsk. HEX triplet: 41, 32 and 6D. RGB value is (65,50,109). Sum of RGB (Red+Green+Blue) = 65+50+109=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #41326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41326D is #BECD92. Grayscale: #3C3C3C. Windows color (decimal): -12504467 or 7156289. OLE color: 7156289.

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

Color convert

RGB6550109-
CMYK0.400.5400.57
HSL255.25º37.11%31.18%-
HSV(B)255.25º54.13%42.75%-
XYZ6.084.5115.02-
YUV61.21154.97130.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.02%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=29.02%
G=22.32%
B=48.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65501090.400.5400.57255.2537.1131.18
Hex41326D2836039ff251f
Octal1016215550660713774537
Binary1000001110010110110110100011011001110011111111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41326d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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