#41366B

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

Shades of Minsk #41366B

Tints of Minsk #41366B

Color information

#41366B (or 0x41366B) is unknown color: approx Minsk. HEX triplet: 41, 36 and 6B. RGB value is (65,54,107). Sum of RGB (Red+Green+Blue) = 65+54+107=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #41366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41366B is #BEC994. Grayscale: #3F3F3F. Windows color (decimal): -12503445 or 7026241. OLE color: 7026241.

HSL color Cylindrical-coordinate representation of color #41366B: hue angle of 252.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41366B is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6554107-
CMYK0.390.5000.58
HSL252.45º32.92%31.57%-
HSV(B)252.45º49.53%41.96%-
XYZ6.154.8214.52-
YUV63.33152.64129.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=28.76%
G=23.89%
B=47.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65541070.390.5000.58252.4532.9231.57
Hex41366B273203Afc2120
Octal1016615347620723744140
Binary10000011101101101011100111110010011101011111100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41366B; }

 p { color: rgb(65,54,107); }

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

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

 a { background-color: rgb(65,54,107); }

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

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

 span { border-color: rgb(65,54,107); }

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