#41326A

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

Shades of Minsk #41326A

Tints of Minsk #41326A

Color information

#41326A (or 0x41326A) is unknown color: approx Minsk. HEX triplet: 41, 32 and 6A. RGB value is (65,50,106). Sum of RGB (Red+Green+Blue) = 65+50+106=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #41326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41326A is #BECD95. Grayscale: #3C3C3C. Windows color (decimal): -12504470 or 6959681. OLE color: 6959681.

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

Color convert

RGB6550106-
CMYK0.390.5300.58
HSL256.07º35.9%30.59%-
HSV(B)256.07º52.83%41.57%-
XYZ5.924.4514.18-
YUV60.87153.47130.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=29.41%
G=22.62%
B=47.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65501060.390.5300.58256.0735.930.59
Hex41326A273503A100241f
Octal1016215247650724004437
Binary10000011100101101010100111110101011101010000000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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