Html Css Color HEX #3F2C65 Minsk

📋 copy color: '#3F2C65'

red 63 ◦ green 44 ◦ blue 101

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

Shades of Minsk #3F2C65

Tints of Minsk #3F2C65

RGB

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

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

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

R = 30.29%
G = 21.15%
B = 48.56%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F2C65 (or 0x3F2C65) is known color: Minsk. HEX triplet: 3F, 2C and 65. RGB value is (63,44,101). Sum of RGB (Red+Green+Blue) = 63+44+101=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F2C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C65 is #C0D39A. Grayscale: #373737. Windows color (decimal): -12637083 or 6630463. OLE color: 6630463.

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

Color convert

RGB 63 44 101 -
CMYK 0.38 0.56 0 0.60
HSL 260º 0.39% 0.28% -
HSV(B) 260º 0.56% 0.4% -
XYZ 5.3 3.8 12.77 -
YUV 56.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 63 44 101 0.38 0.56 0 0.60 260 0.39 0.28
Hex 3F 2C 65 26 38 0 3C 104 27 1C
Octal 77 54 145 46 70 0 74 404 47 34
Binary 111111 101100 1100101 100110 111000 0 111100 100000100 100111 11100

Color Harmonies of #3F2C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2C65

Black with #3F2C65

Text Example


Text Example

White with #3F2C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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