Html Css Color HEX #3F3173 Minsk

📋 copy color: '#3F3173'

red 63 ◦ green 49 ◦ blue 115

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

Shades of Minsk #3F3173

Tints of Minsk #3F3173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 27.75%
G = 21.59%
B = 50.66%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F3173 (or 0x3F3173) is known color: Minsk. HEX triplet: 3F, 31 and 73. RGB value is (63,49,115). Sum of RGB (Red+Green+Blue) = 63+49+115=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3173 is #C0CE8C. Grayscale: #3C3C3C. Windows color (decimal): -12635789 or 7549247. OLE color: 7549247.

HSL color Cylindrical-coordinate representation of color #3F3173: hue angle of 252.73º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3173 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 49 115 -
CMYK 0.45 0.57 0 0.55
HSL 252.73º 0.4% 0.32% -
HSV(B) 252.73º 0.57% 0.45% -
XYZ 6.24 4.49 16.76 -
YUV 60.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 63 49 115 0.45 0.57 0 0.55 252.73 0.4 0.32
Hex 3F 31 73 2D 39 0 37 FD 28 20
Octal 77 61 163 55 71 0 67 375 50 40
Binary 111111 110001 1110011 101101 111001 0 110111 11111101 101000 100000

Color Harmonies of #3F3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3173

Black with #3F3173

Text Example


Text Example

White with #3F3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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