Html Css Color HEX #3F2C6F Minsk

📋 copy color: '#3F2C6F'

red 63 ◦ green 44 ◦ blue 111

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

Shades of Minsk #3F2C6F

Tints of Minsk #3F2C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.18%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 28.9%
G = 20.18%
B = 50.92%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F2C6F (or 0x3F2C6F) is known color: Minsk. HEX triplet: 3F, 2C and 6F. RGB value is (63,44,111). Sum of RGB (Red+Green+Blue) = 63+44+111=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F2C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C6F is #C0D390. Grayscale: #393939. Windows color (decimal): -12637073 or 7285823. OLE color: 7285823.

HSL color Cylindrical-coordinate representation of color #3F2C6F: hue angle of 257.01º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F2C6F is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 44 111 -
CMYK 0.43 0.60 0 0.56
HSL 257.01º 0.43% 0.3% -
HSV(B) 257.01º 0.6% 0.44% -
XYZ 5.82 4.01 15.51 -
YUV 57.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 63 44 111 0.43 0.60 0 0.56 257.01 0.43 0.3
Hex 3F 2C 6F 2B 3C 0 38 101 2B 1E
Octal 77 54 157 53 74 0 70 401 53 36
Binary 111111 101100 1101111 101011 111100 0 111000 100000001 101011 11110

Color Harmonies of #3F2C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2C6F

Black with #3F2C6F

Text Example


Text Example

White with #3F2C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,111); }

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

background-color css

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

 a { background-color: rgb(63,44,111); }

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

border-color css

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

 span { border-color: rgb(63,44,111); }

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