#41366A

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

Shades of Minsk #41366A

Tints of Minsk #41366A

Color information

#41366A (or 0x41366A) is unknown color: approx Minsk. HEX triplet: 41, 36 and 6A. RGB value is (65,54,106). Sum of RGB (Red+Green+Blue) = 65+54+106=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #41366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41366A is #BEC995. Grayscale: #3F3F3F. Windows color (decimal): -12503446 or 6960705. OLE color: 6960705.

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

Color convert

RGB6554106-
CMYK0.390.4900.58
HSL252.69º32.5%31.37%-
HSV(B)252.69º49.06%41.57%-
XYZ6.14.814.24-
YUV63.22152.14129.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=28.89%
G=24%
B=47.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65541060.390.4900.58252.6932.531.37
Hex41366A273103Afd201f
Octal1016615247610723754037
Binary1000001110110110101010011111000101110101111110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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