#392871

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

Shades of Minsk #392871

Tints of Minsk #392871

Color information

#392871 (or 0x392871) is unknown color: approx Minsk. HEX triplet: 39, 28 and 71. RGB value is (57,40,113). Sum of RGB (Red+Green+Blue) = 57+40+113=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 40 (16.02% from 255 or 19.05% 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 #392871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392871 is #C6D78E. Grayscale: #353535. Windows color (decimal): -13031311 or 7415865. OLE color: 7415865.

HSL color Cylindrical-coordinate representation of color #392871: hue angle of 253.97º degrees, saturation: 0.48, 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 #392871 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5740113-
CMYK0.500.6500.56
HSL253.97º47.71%30%-
HSV(B)253.97º64.6%44.31%-
XYZ5.433.5816.03-
YUV53.4161.63130.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=27.14%
G=19.05%
B=53.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57401130.500.6500.56253.9747.7130
Hex3928713241038fe301e
Octal7150161621010703766036
Binary1110011010001110001110010100000101110001111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392871; }

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

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

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

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

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

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

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

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