Html Css Color HEX #3F316D Minsk

📋 copy color: '#3F316D'

red 63 ◦ green 49 ◦ blue 109

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

Shades of Minsk #3F316D

Tints of Minsk #3F316D

RGB

 RED value IS 63 (25% from 255) = 28.51%

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

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

R = 28.51%
G = 22.17%
B = 49.32%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F316D (or 0x3F316D) is known color: Minsk. HEX triplet: 3F, 31 and 6D. RGB value is (63,49,109). Sum of RGB (Red+Green+Blue) = 63+49+109=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F316D is #C0CE92. Grayscale: #3B3B3B. Windows color (decimal): -12635795 or 7156031. OLE color: 7156031.

HSL color Cylindrical-coordinate representation of color #3F316D: hue angle of 254º 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 #3F316D is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 49 109 -
CMYK 0.42 0.55 0 0.57
HSL 254º 0.38% 0.31% -
HSV(B) 254º 0.55% 0.43% -
XYZ 5.91 4.36 15 -
YUV 60.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 63 49 109 0.42 0.55 0 0.57 254 0.38 0.31
Hex 3F 31 6D 2A 37 0 39 FE 26 1F
Octal 77 61 155 52 67 0 71 376 46 37
Binary 111111 110001 1101101 101010 110111 0 111001 11111110 100110 11111

Color Harmonies of #3F316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F316D

Black with #3F316D

Text Example


Text Example

White with #3F316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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