#41306D

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

Shades of Minsk #41306D

Tints of Minsk #41306D

Color information

#41306D (or 0x41306D) is unknown color: approx Minsk. HEX triplet: 41, 30 and 6D. RGB value is (65,48,109). Sum of RGB (Red+Green+Blue) = 65+48+109=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #41306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41306D is #BECF92. Grayscale: #3B3B3B. Windows color (decimal): -12504979 or 7155777. OLE color: 7155777.

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

Color convert

RGB6548109-
CMYK0.400.5600.57
HSL256.72º38.85%30.78%-
HSV(B)256.72º55.96%42.75%-
XYZ64.3414.99-
YUV60.04155.63131.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=29.28%
G=21.62%
B=49.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65481090.400.5600.57256.7238.8530.78
Hex41306D2838039101271f
Octal1016015550700714014737
Binary10000011100001101101101000111000011100110000000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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