#3E2D70

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

Shades of Minsk #3E2D70

Tints of Minsk #3E2D70

Color information

#3E2D70 (or 0x3E2D70) is unknown color: approx Minsk. HEX triplet: 3E, 2D and 70. RGB value is (62,45,112). Sum of RGB (Red+Green+Blue) = 62+45+112=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E2D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2D70 is #C1D28F. Grayscale: #393939. Windows color (decimal): -12702352 or 7351614. OLE color: 7351614.

HSL color Cylindrical-coordinate representation of color #3E2D70: hue angle of 255.22º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E2D70 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6245112-
CMYK0.450.6000.56
HSL255.22º42.68%30.78%-
HSV(B)255.22º59.82%43.92%-
XYZ5.854.0715.81-
YUV57.72158.63131.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=28.31%
G=20.55%
B=51.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62451120.450.6000.56255.2242.6830.78
Hex3E2D702D3C038ff2b1f
Octal765516055740703775337
Binary111110101101111000010110111110001110001111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,45,112); }

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

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

 a { background-color: rgb(62,45,112); }

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

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

 span { border-color: rgb(62,45,112); }

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