#392872

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

Shades of Minsk #392872

Tints of Minsk #392872

Color information

#392872 (or 0x392872) is unknown color: approx Minsk. HEX triplet: 39, 28 and 72. RGB value is (57,40,114). Sum of RGB (Red+Green+Blue) = 57+40+114=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #392872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392872 is #C6D78D. Grayscale: #353535. Windows color (decimal): -13031310 or 7481401. OLE color: 7481401.

HSL color Cylindrical-coordinate representation of color #392872: hue angle of 253.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392872 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5740114-
CMYK0.500.6500.55
HSL253.78º48.05%30.2%-
HSV(B)253.78º64.91%44.71%-
XYZ5.483.616.33-
YUV53.52162.13130.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=27.01%
G=18.96%
B=54.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57401140.500.6500.55253.7848.0530.2
Hex3928723241037fe301e
Octal7150162621010673766036
Binary1110011010001110010110010100000101101111111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392872; }

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

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

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

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

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

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

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

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