Html Css Color HEX #3E316F Minsk

📋 copy color: '#3E316F'

red 62 ◦ green 49 ◦ blue 111

#3E316F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #3E316F

Tints of Minsk #3E316F

RGB

 RED value IS 62 (24.61% from 255) = 27.93%

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 111 (43.75% from 255) = 50%

R = 27.93%
G = 22.07%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E316F (or 0x3E316F) is known color: Minsk. HEX triplet: 3E, 31 and 6F. RGB value is (62,49,111). Sum of RGB (Red+Green+Blue) = 62+49+111=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E316F is #C1CE90. Grayscale: #3B3B3B. Windows color (decimal): -12701329 or 7287102. OLE color: 7287102.

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

Color convert

RGB 62 49 111 -
CMYK 0.44 0.56 0 0.56
HSL 252.58º 0.39% 0.31% -
HSV(B) 252.58º 0.56% 0.44% -
XYZ 5.95 4.37 15.57 -
YUV 59.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 62 49 111 0.44 0.56 0 0.56 252.58 0.39 0.31
Hex 3E 31 6F 2C 38 0 38 FD 27 1F
Octal 76 61 157 54 70 0 70 375 47 37
Binary 111110 110001 1101111 101100 111000 0 111000 11111101 100111 11111

Color Harmonies of #3E316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E316F

Black with #3E316F

Text Example


Text Example

White with #3E316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,111); }

 H1.HeaderClassName
 {
   color: #3E316F;
 }
 .AnyTagClassName
 {
   color: #3E316F;
 }
</style>

background-color css

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

 a { background-color: rgb(62,49,111); }

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

border-color css

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

 span { border-color: rgb(62,49,111); }

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