Html Css Color HEX #3E3163 Minsk

📋 copy color: '#3E3163'

red 62 ◦ green 49 ◦ blue 99

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

Shades of Minsk #3E3163

Tints of Minsk #3E3163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 29.52%
G = 23.33%
B = 47.14%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3E3163 (or 0x3E3163) is known color: Minsk. HEX triplet: 3E, 31 and 63. RGB value is (62,49,99). Sum of RGB (Red+Green+Blue) = 62+49+99=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3163 is #C1CE9C. Grayscale: #3A3A3A. Windows color (decimal): -12701341 or 6500670. OLE color: 6500670.

HSL color Cylindrical-coordinate representation of color #3E3163: hue angle of 255.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E3163 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 49 99 -
CMYK 0.37 0.51 0 0.61
HSL 255.6º 0.34% 0.29% -
HSV(B) 255.6º 0.51% 0.39% -
XYZ 5.34 4.12 12.32 -
YUV 58.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 62 49 99 0.37 0.51 0 0.61 255.6 0.34 0.29
Hex 3E 31 63 25 33 0 3D 100 22 1D
Octal 76 61 143 45 63 0 75 400 42 35
Binary 111110 110001 1100011 100101 110011 0 111101 100000000 100010 11101

Color Harmonies of #3E3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3163

Black with #3E3163

Text Example


Text Example

White with #3E3163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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