#392971

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

Shades of Minsk #392971

Tints of Minsk #392971

Color information

#392971 (or 0x392971) is unknown color: approx Minsk. HEX triplet: 39, 29 and 71. RGB value is (57,41,113). Sum of RGB (Red+Green+Blue) = 57+41+113=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #392971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392971 is #C6D68E. Grayscale: #353535. Windows color (decimal): -13031055 or 7416121. OLE color: 7416121.

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

Color convert

RGB5741113-
CMYK0.500.6400.56
HSL253.33º46.75%30.2%-
HSV(B)253.33º63.72%44.31%-
XYZ5.463.6516.04-
YUV53.99161.3130.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=27.01%
G=19.43%
B=53.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57411130.500.6400.56253.3346.7530.2
Hex3929713240038fd2f1e
Octal7151161621000703755736
Binary1110011010011110001110010100000001110001111110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392971; }

 p { color: rgb(57,41,113); }

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

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

 a { background-color: rgb(57,41,113); }

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

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

 span { border-color: rgb(57,41,113); }

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