#3A3271

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

Shades of Minsk #3A3271

Tints of Minsk #3A3271

Color information

#3A3271 (or 0x3A3271) is unknown color: approx Minsk. HEX triplet: 3A, 32 and 71. RGB value is (58,50,113). Sum of RGB (Red+Green+Blue) = 58+50+113=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3271 is #C5CD8E. Grayscale: #3B3B3B. Windows color (decimal): -12963215 or 7418426. OLE color: 7418426.

HSL color Cylindrical-coordinate representation of color #3A3271: hue angle of 247.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3271 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5850113-
CMYK0.490.5600.56
HSL247.62º38.65%31.96%-
HSV(B)247.62º55.75%44.31%-
XYZ5.874.3716.16-
YUV59.57158.15126.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=26.24%
G=22.62%
B=51.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58501130.490.5600.56247.6238.6531.96
Hex3A32713138038f82720
Octal726216161700703704740
Binary1110101100101110001110001111000011100011111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3271; }

 p { color: rgb(58,50,113); }

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

<style>
 a { background-color: #3A3271; }

 a { background-color: rgb(58,50,113); }

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

<style>
 span { border-color: #3A3271; }

 span { border-color: rgb(58,50,113); }

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