#392970

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

Shades of Minsk #392970

Tints of Minsk #392970

Color information

#392970 (or 0x392970) is unknown color: approx Minsk. HEX triplet: 39, 29 and 70. RGB value is (57,41,112). Sum of RGB (Red+Green+Blue) = 57+41+112=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #392970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392970 is #C6D68F. Grayscale: #353535. Windows color (decimal): -13031056 or 7350585. OLE color: 7350585.

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

Color convert

RGB5741112-
CMYK0.490.6300.56
HSL253.52º46.41%30%-
HSV(B)253.52º63.39%43.92%-
XYZ5.43.6315.74-
YUV53.88160.8130.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=27.14%
G=19.52%
B=53.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57411120.490.6300.56253.5246.4130
Hex392970313F038fe2e1e
Octal715116061770703765636
Binary111001101001111000011000111111101110001111111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392970; }

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

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

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

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

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

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

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

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