#3A2771

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

Shades of Minsk #3A2771

Tints of Minsk #3A2771

Color information

#3A2771 (or 0x3A2771) is unknown color: approx Minsk. HEX triplet: 3A, 27 and 71. RGB value is (58,39,113). Sum of RGB (Red+Green+Blue) = 58+39+113=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2771 is #C5D88E. Grayscale: #343434. Windows color (decimal): -12966031 or 7415610. OLE color: 7415610.

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

Color convert

RGB5839113-
CMYK0.490.6500.56
HSL255.41º48.68%29.8%-
HSV(B)255.41º65.49%44.31%-
XYZ5.453.5416.02-
YUV53.12161.79131.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=27.62%
G=18.57%
B=53.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58391130.490.6500.56255.4148.6829.8
Hex3A27713141038ff311e
Octal7247161611010703776136
Binary1110101001111110001110001100000101110001111111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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