#41396D

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

Shades of Minsk #41396D

Tints of Minsk #41396D

Color information

#41396D (or 0x41396D) is unknown color: approx Minsk. HEX triplet: 41, 39 and 6D. RGB value is (65,57,109). Sum of RGB (Red+Green+Blue) = 65+57+109=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #41396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41396D is #BEC692. Grayscale: #414141. Windows color (decimal): -12502675 or 7158081. OLE color: 7158081.

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

Color convert

RGB6557109-
CMYK0.400.4800.57
HSL249.23º31.33%32.55%-
HSV(B)249.23º47.71%42.75%-
XYZ6.45.1515.13-
YUV65.32152.65127.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=28.14%
G=24.68%
B=47.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65571090.400.4800.57249.2331.3332.55
Hex41396D2830039f91f21
Octal1017115550600713713741
Binary1000001111001110110110100011000001110011111100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41396D; }

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

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

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

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

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

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

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

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