Html Css Color HEX #3D316D Minsk

📋 copy color: '#3D316D'

red 61 ◦ green 49 ◦ blue 109

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

Shades of Minsk #3D316D

Tints of Minsk #3D316D

RGB

 RED value IS 61 (24.22% from 255) = 27.85%

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

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 27.85%
G = 22.37%
B = 49.77%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D316D (or 0x3D316D) is known color: Minsk. HEX triplet: 3D, 31 and 6D. RGB value is (61,49,109). Sum of RGB (Red+Green+Blue) = 61+49+109=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D316D is #C2CE92. Grayscale: #3B3B3B. Windows color (decimal): -12766867 or 7156029. OLE color: 7156029.

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

Color convert

RGB 61 49 109 -
CMYK 0.44 0.55 0 0.57
HSL 252º 0.38% 0.31% -
HSV(B) 252º 0.55% 0.43% -
XYZ 5.78 4.29 14.99 -
YUV 59.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 61 49 109 0.44 0.55 0 0.57 252 0.38 0.31
Hex 3D 31 6D 2C 37 0 39 FC 26 1F
Octal 75 61 155 54 67 0 71 374 46 37
Binary 111101 110001 1101101 101100 110111 0 111001 11111100 100110 11111

Color Harmonies of #3D316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D316D

Black with #3D316D

Text Example


Text Example

White with #3D316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,49,109); }

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

background-color css

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

 a { background-color: rgb(61,49,109); }

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

border-color css

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

 span { border-color: rgb(61,49,109); }

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