#41356A

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

Shades of Minsk #41356A

Tints of Minsk #41356A

Color information

#41356A (or 0x41356A) is unknown color: approx Minsk. HEX triplet: 41, 35 and 6A. RGB value is (65,53,106). Sum of RGB (Red+Green+Blue) = 65+53+106=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #41356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41356A is #BECA95. Grayscale: #3E3E3E. Windows color (decimal): -12503702 or 6960449. OLE color: 6960449.

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

Color convert

RGB6553106-
CMYK0.390.500.58
HSL253.58º33.33%31.18%-
HSV(B)253.58º50%41.57%-
XYZ6.054.7114.23-
YUV62.63152.48129.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.02%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=29.02%
G=23.66%
B=47.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65531060.390.500.58253.5833.3331.18
Hex41356A273203Afe211f
Octal1016515247620723764137
Binary1000001110101110101010011111001001110101111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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