Html Css Color HEX #3F2F65 Minsk

📋 copy color: '#3F2F65'

red 63 ◦ green 47 ◦ blue 101

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

Shades of Minsk #3F2F65

Tints of Minsk #3F2F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.27%

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 29.86%
G = 22.27%
B = 47.87%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F2F65 (or 0x3F2F65) is known color: Minsk. HEX triplet: 3F, 2F and 65. RGB value is (63,47,101). Sum of RGB (Red+Green+Blue) = 63+47+101=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F2F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F65 is #C0D09A. Grayscale: #393939. Windows color (decimal): -12636315 or 6631231. OLE color: 6631231.

HSL color Cylindrical-coordinate representation of color #3F2F65: hue angle of 257.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F2F65 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 47 101 -
CMYK 0.38 0.53 0 0.60
HSL 257.78º 0.36% 0.29% -
HSV(B) 257.78º 0.53% 0.4% -
XYZ 5.42 4.03 12.8 -
YUV 57.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 63 47 101 0.38 0.53 0 0.60 257.78 0.36 0.29
Hex 3F 2F 65 26 35 0 3C 102 24 1D
Octal 77 57 145 46 65 0 74 402 44 35
Binary 111111 101111 1100101 100110 110101 0 111100 100000010 100100 11101

Color Harmonies of #3F2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2F65

Black with #3F2F65

Text Example


Text Example

White with #3F2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,47,101); }

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

background-color css

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

 a { background-color: rgb(63,47,101); }

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

border-color css

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

 span { border-color: rgb(63,47,101); }

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