Html Css Color HEX #3F3172 Minsk

📋 copy color: '#3F3172'

red 63 ◦ green 49 ◦ blue 114

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

Shades of Minsk #3F3172

Tints of Minsk #3F3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 27.88%
G = 21.68%
B = 50.44%

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

#3F3172 (or 0x3F3172) is known color: Minsk. HEX triplet: 3F, 31 and 72. RGB value is (63,49,114). Sum of RGB (Red+Green+Blue) = 63+49+114=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F3172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3172 is #C0CE8D. Grayscale: #3C3C3C. Windows color (decimal): -12635790 or 7483711. OLE color: 7483711.

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

Color convert

RGB 63 49 114 -
CMYK 0.45 0.57 0 0.55
HSL 252.92º 0.4% 0.32% -
HSV(B) 252.92º 0.57% 0.45% -
XYZ 6.19 4.47 16.46 -
YUV 60.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 63 49 114 0.45 0.57 0 0.55 252.92 0.4 0.32
Hex 3F 31 72 2D 39 0 37 FD 28 20
Octal 77 61 162 55 71 0 67 375 50 40
Binary 111111 110001 1110010 101101 111001 0 110111 11111101 101000 100000

Color Harmonies of #3F3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3172

Black with #3F3172

Text Example


Text Example

White with #3F3172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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