#392975

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

Shades of Minsk #392975

Tints of Minsk #392975

Color information

#392975 (or 0x392975) is unknown color: approx Minsk. HEX triplet: 39, 29 and 75. RGB value is (57,41,117). Sum of RGB (Red+Green+Blue) = 57+41+117=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #392975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392975 is #C6D68A. Grayscale: #363636. Windows color (decimal): -13031051 or 7678265. OLE color: 7678265.

HSL color Cylindrical-coordinate representation of color #392975: hue angle of 252.63º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392975 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5741117-
CMYK0.510.6500.54
HSL252.63º48.1%30.98%-
HSV(B)252.63º64.96%45.88%-
XYZ5.693.7417.25-
YUV54.45163.3129.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=26.51%
G=19.07%
B=54.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57411170.510.6500.54252.6348.130.98
Hex3929753341036fd301f
Octal7151165631010663756037
Binary1110011010011110101110011100000101101101111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392975; }

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

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

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

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

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

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

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

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