#41316C

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

Shades of Minsk #41316C

Tints of Minsk #41316C

Color information

#41316C (or 0x41316C) is unknown color: approx Minsk. HEX triplet: 41, 31 and 6C. RGB value is (65,49,108). Sum of RGB (Red+Green+Blue) = 65+49+108=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #41316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41316C is #BECE93. Grayscale: #3C3C3C. Windows color (decimal): -12504724 or 7090497. OLE color: 7090497.

HSL color Cylindrical-coordinate representation of color #41316C: hue angle of 256.27º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41316C is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6549108-
CMYK0.400.5500.58
HSL256.27º37.58%30.78%-
HSV(B)256.27º54.63%42.35%-
XYZ5.994.414.72-
YUV60.51154.8131.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=29.28%
G=22.07%
B=48.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65491080.400.5500.58256.2737.5830.78
Hex41316C283703A100261f
Octal1016115450670724004637
Binary10000011100011101100101000110111011101010000000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41316C; }

 p { color: rgb(65,49,108); }

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

<style>
 a { background-color: #41316C; }

 a { background-color: rgb(65,49,108); }

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

<style>
 span { border-color: #41316C; }

 span { border-color: rgb(65,49,108); }

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