#3F3175

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

Shades of Minsk #3F3175

Tints of Minsk #3F3175

Color information

#3F3175 (or 0x3F3175) is unknown color: approx Minsk. HEX triplet: 3F, 31 and 75. RGB value is (63,49,117). Sum of RGB (Red+Green+Blue) = 63+49+117=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F3175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3175 is #C0CE8A. Grayscale: #3C3C3C. Windows color (decimal): -12635787 or 7680319. OLE color: 7680319.

HSL color Cylindrical-coordinate representation of color #3F3175: hue angle of 252.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F3175 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6349117-
CMYK0.460.5800.54
HSL252.35º40.96%32.55%-
HSV(B)252.35º58.12%45.88%-
XYZ6.364.5417.37-
YUV60.94159.64129.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=27.51%
G=21.40%
B=51.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63491170.460.5800.54252.3540.9632.55
Hex3F31752E3A036fc2921
Octal776116556720663745141
Binary1111111100011110101101110111010011011011111100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3175; }

 p { color: rgb(63,49,117); }

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

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

 a { background-color: rgb(63,49,117); }

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

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

 span { border-color: rgb(63,49,117); }

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